![]() |
MarketFactory 3.14.0 C# API
|
Status of supplied group limit. More...
Public Member Functions | |
| RiskLimitStatus () | |
| RiskLimitStatus (ProtoByteBuffer buffer) | |
| RiskLimitStatus (string group, int feedID, int marketID, RiskStatus status, string reason) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| int | feedID |
| A unique identifier for the feed. More... | |
| string | group |
| int | marketID |
| A market ID, which identifies a unique financial instrument. More... | |
| string | reason |
| RiskStatus | status |
Status of supplied group limit.
| RiskLimitStatus | ( | ) |
| RiskLimitStatus | ( | ProtoByteBuffer | buffer | ) |
| RiskLimitStatus | ( | string | group, |
| int | feedID, | ||
| int | marketID, | ||
| RiskStatus | status, | ||
| string | reason | ||
| ) |
| override bool Equals | ( | Object | rhs | ) |
| override int GetHashCode | ( | ) |
| override string ToString | ( | ) |
| string group |
| int feedID |
A unique identifier for the feed.
| int marketID |
A market ID, which identifies a unique financial instrument.
| RiskStatus status |
| string reason |