Cache of common Quote related field descriptors. This is required to be populated if using the MamdaQuoteListener.
Inherits from Wombat.MamdaFields
Name | |
---|---|
void | setDictionary(MamaDictionary dictionary, NameValueCollection properties) Set the dictionary for common quote fields. Maintains a cache of MamaFieldDescriptors for common quote related fields. The |
int | getMaxFid() |
bool | isSet() |
void | reset() |
Name | |
---|---|
MamaFieldDescriptor | UNCROSS_PRICE |
MamaFieldDescriptor | UNCROSS_VOLUME |
MamaFieldDescriptor | UNCROSS_PRICE_IND |
int | MAX_FID |
Protected Functions inherited from Wombat.MamdaFields
Name | |
---|---|
string | lookupFieldName(NameValueCollection properties, string defaultFieldName) |
static void setDictionary(
MamaDictionary dictionary,
NameValueCollection properties
)
Set the dictionary for common quote fields. Maintains a cache of MamaFieldDescriptors for common quote related fields. The
Parameters:
properties
parameter allows users of the API to map the common dictionary names to something else if they are beig published under different names.
static int getMaxFid()
static bool isSet()
static void reset()
static MamaFieldDescriptor UNCROSS_PRICE = null;
static MamaFieldDescriptor UNCROSS_VOLUME = null;
static MamaFieldDescriptor UNCROSS_PRICE_IND = null;
static int MAX_FID = 0;
Updated on 2023-03-31 at 15:30:12 +0100