string mSymbol;
string mPartId;
DateTime mSrcTime = DateTime.MinValue;
DateTime mActTime = DateTime.MinValue;
DateTime mLineTime = DateTime.MinValue;
DateTime mSendTime = DateTime.MinValue;
DateTime mEventTime = DateTime.MinValue;
long mEventSeqNum;
MamaPrice mUncrossPrice = new MamaPrice();
double mUncrossVolume;
string mUncrossPriceIndStr;
MamdaFieldState mSymbolFieldState = new MamdaFieldState();
MamdaFieldState mPartIdFieldState = new MamdaFieldState();
MamdaFieldState mSrcTimeFieldState = new MamdaFieldState();
MamdaFieldState mActTimeFieldState = new MamdaFieldState();
MamdaFieldState mLineTimeFieldState = new MamdaFieldState();
MamdaFieldState mSendTimeFieldState = new MamdaFieldState();
MamdaFieldState mEventTimeFieldState = new MamdaFieldState();
MamdaFieldState mEventSeqNumFieldState = new MamdaFieldState();
MamdaFieldState mUncrossPriceFieldState = new MamdaFieldState();
MamdaFieldState mUncrossVolumeFieldState = new MamdaFieldState();
MamdaFieldState mUncrossPriceIndStrFieldState = new MamdaFieldState();
Updated on 2023-03-31 at 15:30:12 +0100