Classes Files

com::wombat::mamda::orderbook::MamdaBookAtomicLevelEntry

More…

Inherits from com.wombat.mamda.MamdaBasicRecap

Inherited by com.wombat.mamda.orderbook.MamdaBookAtomicListener

Public Functions

  Name
double getPriceLevelPrice()
MamaPrice getPriceLevelMamaPrice()
double getPriceLevelSize()
char getPriceLevelAction()
char getPriceLevelSide()
MamaDateTime getPriceLevelTime()
double getPriceLevelNumEntries()
long getPriceLevelActNumEntries()
char getPriceLevelEntryAction()
char getPriceLevelEntryReason()
String getPriceLevelEntryId()
long getPriceLevelEntrySize()
MamaDateTime getPriceLevelEntryTime()
Iterator entryIterator()
boolean isVisible()

Additional inherited members

Public Functions inherited from com.wombat.mamda.MamdaBasicRecap

  Name
String getSymbol()
short getSymbolFieldState()
String getPartId()
short getPartIdFieldState()
MamaDateTime getSrcTime()
short getSrcTimeFieldState()
MamaDateTime getActivityTime()
short getActivityTimeFieldState()
MamaDateTime getLineTime()
short getLineTimeFieldState()
MamaDateTime getSendTime()
short getSendTimeFieldState()

Detailed Description

class com::wombat::mamda::orderbook::MamdaBookAtomicLevelEntry;

MamdaBookAtomicLevel is an interface that provides access to Price Level and Price Level Entry fields

Public Functions Documentation

function getPriceLevelPrice

double getPriceLevelPrice()

See: MamdaBookAtomicLevel::getPriceLevelPrice()

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelPrice

function getPriceLevelMamaPrice

MamaPrice getPriceLevelMamaPrice()

See: MamdaBookAtomicLevel::getPriceLevelMamaPrice()

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelMamaPrice

function getPriceLevelSize

double getPriceLevelSize()

See: MamdaBookAtomicLevel::getPriceLevelSize()

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelSize

function getPriceLevelAction

char getPriceLevelAction()

See: MamdaBookAtomicLevel::getPriceLevelAction()

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelAction

function getPriceLevelSide

char getPriceLevelSide()

See: MamdaBookAtomicLevel::getPriceLevelSide()

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelSide

function getPriceLevelTime

MamaDateTime getPriceLevelTime()

See: MamdaBookAtomicLevel::getPriceLevelTime()

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelTime

function getPriceLevelNumEntries

double getPriceLevelNumEntries()

See: MamdaBookAtomicLevel::getPriceLevelNumEntries()

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelNumEntries

function getPriceLevelActNumEntries

long getPriceLevelActNumEntries()

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelActNumEntries

function getPriceLevelEntryAction

char getPriceLevelEntryAction()

Return: The orderbook entry action.

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelEntryAction

Order book entry action to apply to the full order book.

A : Add entry to the price level. U : Update existing entry in the price level. D : Delete existing entry from the price level.

function getPriceLevelEntryReason

char getPriceLevelEntryReason()

Return: The orderbook entry reason.

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelEntryReason

Reason for order book entry.

function getPriceLevelEntryId

String getPriceLevelEntryId()

Return: The entry id

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelEntryId

Order book entry Id. (order ID, participant ID, etc.)

function getPriceLevelEntrySize

long getPriceLevelEntrySize()

Return: Order book entry size

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelEntrySize

Return the order book entry size

function getPriceLevelEntryTime

MamaDateTime getPriceLevelEntryTime()

Return: Time of order book entry update.

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::getPriceLevelEntryTime

Return the time of order book entry update.

function entryIterator

Iterator entryIterator()

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::entryIterator

function isVisible

boolean isVisible()

Reimplemented by: com::wombat::mamda::orderbook::MamdaBookAtomicListener::isVisible


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