Security Status values
| Name | |
|---|---|
| enum class | mamdaUncrossPriceInd { UNCROSS_NONE = 0, UNCROSS_INDICATIVE = 1, UNCROSS_FIRM = 2, UNCROSS_INSUFFICIENT_VOL = 3} An enumeration representing the status of a security such as whether or not it is halted or closed for trading. |
| Name | |
|---|---|
| string | toString(MamdaUncrossPriceInd.mamdaUncrossPriceInd priceInd) Convert a MamdaSecurityStatus to an appropriate, displayable string |
| MamdaUncrossPriceInd.mamdaUncrossPriceInd | mamdaAuctionPriceIndFromString(string priceInd) Convert a string representation of a security status to the enumeration. |
| Enumerator | Value | Description |
|---|---|---|
| UNCROSS_NONE | 0 | |
| UNCROSS_INDICATIVE | 1 | |
| UNCROSS_FIRM | 2 | |
| UNCROSS_INSUFFICIENT_VOL | 3 |
An enumeration representing the status of a security such as whether or not it is halted or closed for trading.
static string toString(
MamdaUncrossPriceInd.mamdaUncrossPriceInd priceInd
)
Convert a MamdaSecurityStatus to an appropriate, displayable string
static MamdaUncrossPriceInd.mamdaUncrossPriceInd mamdaAuctionPriceIndFromString(
string priceInd
)
Convert a string representation of a security status to the enumeration.
Updated on 2023-03-31 at 15:30:16 +0100