A base class for messages in a market trading system. The "product" might be an computer driven trading program. The user is the identifier for the person who started the product or who is using a manual entry trading system. The local ID is an ID that is meaningful to the trading product.
Public Member Functions | |
MessageBase () | |
String | getLocalID () |
String | getProduct () |
String | getUser () |
void | toStream (PrintStream ps) |
Protected Member Functions | |
void | initialize (XmlPullParser parser) throws ParseException, XmlPullParserException, IOException |
Private Member Functions | |
void | setLocalID (String localID) |
void | setProduct (String product) |
void | setUser (String user) |
Private Attributes | |
String | mProduct = null |
String | mUser = null |
String | mLocalID = null |
MessageStates | mCurrentState = MessageStates.START_MSG |
|
|
|
|
|
|
|
|
|
Reimplemented in pullparse.AimOrder, and pullparse.Control.
|
|
|
|
|
|
|
|
|
|
Reimplemented in pullparse.AimOrder, and pullparse.Control.
|
|
|
|
|
|
|