Classes Files

com::wombat::mamda::examples::MamdaBookTicker

More…

Public Functions

  Name
void main(final String[] args)

Detailed Description

class com::wombat::mamda::examples::MamdaBookTicker;

The MamdaBookTicker example shows how to make a subscription for an order book (similar to trades and quotes). In the callback, one gets access to the complete book after the delta has been applied. The example prints the entire book upon receipt of a recap/initial and just the top-10 for a delta (although the full book is readily available).

Public Functions Documentation

function main

static inline void main(
    final String[] args
)

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