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 () | |
MessageBase (String product, String user, String localID) | |
String | getLocalID () |
void | setLocalID (String localID) |
String | getProduct () |
void | setProduct (String product) |
String | getUser () |
void | setUser (String user) |
void | toStream (PrintStream ps) |
Package Attributes | |
String | mProduct = null |
String | mUser = null |
String | mLocalID = null |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|