Skip to content

Commit

Permalink
Update static assets and symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvister committed Mar 9, 2019
1 parent deec859 commit fb2c568
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 20 deletions.
10 changes: 9 additions & 1 deletion src/Binance/Asset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public sealed class Asset : IComparable<Asset>, IEquatable<Asset>
/// <summary>
/// When the assets were last updated.
/// </summary>
public static readonly long LastUpdateAt = 1544198726245;
public static readonly long LastUpdateAt = 1552142082458;

public static Asset ADA => Cache.Get("ADA");
public static Asset ADX => Cache.Get("ADX");
Expand Down Expand Up @@ -43,6 +43,7 @@ public sealed class Asset : IComparable<Asset>, IEquatable<Asset>
public static Asset BTC => Cache.Get("BTC");
public static Asset BTG => Cache.Get("BTG");
public static Asset BTS => Cache.Get("BTS");
public static Asset BTT => Cache.Get("BTT");
public static Asset CDT => Cache.Get("CDT");
public static Asset CHAT => Cache.Get("CHAT");
public static Asset CLOAK => Cache.Get("CLOAK");
Expand All @@ -65,6 +66,7 @@ public sealed class Asset : IComparable<Asset>, IEquatable<Asset>
public static Asset ETC => Cache.Get("ETC");
public static Asset ETH => Cache.Get("ETH");
public static Asset EVX => Cache.Get("EVX");
public static Asset FET => Cache.Get("FET");
public static Asset FUEL => Cache.Get("FUEL");
public static Asset FUN => Cache.Get("FUN");
public static Asset GAS => Cache.Get("GAS");
Expand Down Expand Up @@ -112,6 +114,7 @@ public sealed class Asset : IComparable<Asset>, IEquatable<Asset>
public static Asset NXS => Cache.Get("NXS");
public static Asset OAX => Cache.Get("OAX");
public static Asset OMG => Cache.Get("OMG");
public static Asset ONG => Cache.Get("ONG");
public static Asset ONT => Cache.Get("ONT");
public static Asset OST => Cache.Get("OST");
public static Asset PAX => Cache.Get("PAX");
Expand Down Expand Up @@ -153,6 +156,7 @@ public sealed class Asset : IComparable<Asset>, IEquatable<Asset>
public static Asset TRX => Cache.Get("TRX");
public static Asset TUSD => Cache.Get("TUSD");
public static Asset USDC => Cache.Get("USDC");
public static Asset USDS => Cache.Get("USDS");
public static Asset USDT => Cache.Get("USDT");
public static Asset VEN => Cache.Get("VEN");
public static Asset VET => Cache.Get("VET");
Expand Down Expand Up @@ -250,6 +254,7 @@ static Asset()
new Asset("BTC", 8),
new Asset("BTG", 8),
new Asset("BTS", 8),
new Asset("BTT", 8),
new Asset("CDT", 8),
new Asset("CHAT", 8),
new Asset("CLOAK", 8),
Expand All @@ -272,6 +277,7 @@ static Asset()
new Asset("ETC", 8),
new Asset("ETH", 8),
new Asset("EVX", 8),
new Asset("FET", 8),
new Asset("FUEL", 8),
new Asset("FUN", 8),
new Asset("GAS", 8),
Expand Down Expand Up @@ -319,6 +325,7 @@ static Asset()
new Asset("NXS", 8),
new Asset("OAX", 8),
new Asset("OMG", 8),
new Asset("ONG", 8),
new Asset("ONT", 8),
new Asset("OST", 8),
new Asset("PAX", 8),
Expand Down Expand Up @@ -360,6 +367,7 @@ static Asset()
new Asset("TRX", 8),
new Asset("TUSD", 8),
new Asset("USDC", 8),
new Asset("USDS", 8),
new Asset("USDT", 8),
new Asset("VEN", 8),
new Asset("VET", 8),
Expand Down
Loading

0 comments on commit fb2c568

Please sign in to comment.