Classes Files

com::wombat::mama::MamaSubscriptionType

More…

Public Functions

  Name
short getValue()
String toString()

Public Attributes

  Name
final MamaSubscriptionType NORMAL
final MamaSubscriptionType GROUP
final MamaSubscriptionType BOOK
final MamaSubscriptionType BASIC
final MamaSubscriptionType DICTIONARY
final MamaSubscriptionType SYMBOL_LIST
final MamaSubscriptionType SYMBOL_LIST_NORMAL
final MamaSubscriptionType SYMBOL_LIST_GROUP
final MamaSubscriptionType SYMBOL_LIST_BOOK

Detailed Description

class com::wombat::mama::MamaSubscriptionType;

Subscription request type of a MAMA subscription. Some types of subscriptions require special handling inside MAMA or by the publisher.

Public Functions Documentation

function getValue

inline short getValue()

function toString

inline String toString()

Public Attributes Documentation

variable NORMAL

static final MamaSubscriptionType NORMAL =
    new MamaSubscriptionType ((short)0, "NORMAL");

variable GROUP

static final MamaSubscriptionType GROUP = 
    new MamaSubscriptionType ((short)1,"GROUP");

variable BOOK

static final MamaSubscriptionType BOOK = 
    new MamaSubscriptionType ((short)2,"BOOK");

variable BASIC

static final MamaSubscriptionType BASIC = 
    new MamaSubscriptionType ((short)3,"BASIC");

variable DICTIONARY

static final MamaSubscriptionType DICTIONARY =
    new MamaSubscriptionType ((short)4, "DICTIONARY");

variable SYMBOL_LIST

static final MamaSubscriptionType SYMBOL_LIST = 
    new MamaSubscriptionType ((short)5,"SYMBOL_LIST");

variable SYMBOL_LIST_NORMAL

static final MamaSubscriptionType SYMBOL_LIST_NORMAL = 
    new MamaSubscriptionType ((short)6,"NORMAL_SYMBOL_LIST");

variable SYMBOL_LIST_GROUP

static final MamaSubscriptionType SYMBOL_LIST_GROUP =
    new MamaSubscriptionType ((short)7,"GROUP_SYMBOL_LIST");

variable SYMBOL_LIST_BOOK

static final MamaSubscriptionType SYMBOL_LIST_BOOK =
    new MamaSubscriptionType ((short)8,"BOOK_SYMBOL_LIST");

Updated on 2023-03-31 at 15:29:44 +0100