Struct SupplyResponse
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct SupplyResponse : IEquatable<SupplyResponse>
Properties
Current_round
Declaration
[AlgoApiField("current_round")]
public ulong Current_round { get; set; }
Property Value
OnlineMoney
Declaration
[AlgoApiField("online-money")]
public ulong OnlineMoney { get; set; }
Property Value
TotalMoney
Declaration
[AlgoApiField("total-money")]
public ulong TotalMoney { get; set; }
Property Value
Methods
Equals(SupplyResponse)
Declaration
public bool Equals(SupplyResponse other)
Parameters
Returns