Classes Files

Wombat::MamdaUncrossPriceInd

Security Status values

Public Types

  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.

Public Functions

  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.

Public Types Documentation

enum mamdaUncrossPriceInd

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.

Public Functions Documentation

function toString

static string toString(
    MamdaUncrossPriceInd.mamdaUncrossPriceInd priceInd
)

Convert a MamdaSecurityStatus to an appropriate, displayable string

function mamdaAuctionPriceIndFromString

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