A class for an aim order. An "aim order" is a market trading objective, perhaps for a stock market order.
Public Member Functions | |
AimOrder () | |
AimOrder (String product, String user, String localID) | |
int | getAmount () |
void | setAmount (int amount) |
String | getInstructions () |
void | setInstructions (String instructions) |
String | getMarket () |
void | setMarket (String market) |
String | getSymbol () |
void | setSymbol (String symbol) |
float | getTargetPrice () |
void | setTargetPrice (float targetPrice) |
String | toString () |
Package Attributes | |
String | mSymbol = null |
int | mAmount = 0 |
float | mTargetPrice = 0.0F |
String | mMarket = null |
String | mInstructions = null |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|