File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
BiMonetaryApi/Controllers Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ public class Ticker : AggregateRootBase
1313 public int Rank { get ; set ; }
1414 public double PriceUsd { get ; private set ; }
1515 public double PriceBtc { get ; private set ; }
16- public double Volumn24hUsd { get ; private set ; }
16+ public double Volumn24HUsd { get ; private set ; }
1717 public double MarketCapUsd { get ; private set ; }
1818 public double AvailableSupply { get ; private set ; }
1919 public double TotalSupply { get ; private set ; }
20- public string PercentChange1h { get ; private set ; }
21- public string PercentChange24h { get ; private set ; }
22- public string PercentChange7d { get ; private set ; }
20+ public string PercentChange1H { get ; private set ; }
21+ public string PercentChange24H { get ; private set ; }
22+ public string PercentChange7D { get ; private set ; }
2323 public DateTime LastSyncWithService { get ; private set ; }
2424 public string Link { get ; private set ; }
2525 }
Original file line number Diff line number Diff line change 33 "FQDN" : " 127.0.0.1:9092"
44 },
55 "Redis" : {
6- "FQDN" : " 127.0.0.1:31496 " ,
6+ "FQDN" : " 127.0.0.1:32170 " ,
77 "Password" : " letmein"
88 }
99}
You can’t perform that action at this time.
0 commit comments