Classes Files

com::wombat::mamda::MamdaUncrossPriceInd

Public Functions

  Name
String toString(short ind)
short mamdaUncrossPriceIndFromString(String uncrossPriceInd)
void set(short ind)
short get()

Public Attributes

  Name
final short UNCROSS_NONE
final short UNCROSS_INDICATIVE
final short UNCROSS_FIRM
final short UNCROSS_INSUFFICIENT_VOL

Public Functions Documentation

function toString

static inline String toString(
    short ind
)

Parameters:

  • ind The price Ind as a short.

Convert a MamdaUncrossPriceInd to an appropriate, displayable string.

function mamdaUncrossPriceIndFromString

static inline short mamdaUncrossPriceIndFromString(
    String uncrossPriceInd
)

function set

inline void set(
    short ind
)

function get

inline short get()

Public Attributes Documentation

variable UNCROSS_NONE

static final short UNCROSS_NONE = 0;

variable UNCROSS_INDICATIVE

static final short UNCROSS_INDICATIVE = 1;

variable UNCROSS_FIRM

static final short UNCROSS_FIRM = 2;

variable UNCROSS_INSUFFICIENT_VOL

static final short UNCROSS_INSUFFICIENT_VOL = 3;

Updated on 2023-03-31 at 15:30:36 +0100