This class represents a condition requiring a specific execution event to be fulfilled. Orders can be activated or canceled if a set of given conditions is met. An ExecutionCondition is met whenever a trade occurs on a certain product at the given exchange.
More...
|
override string | ToString () |
|
override void | Deserialize (IDecoder inStream) |
|
override void | Serialize (BinaryWriter outStream) |
|
override bool | Equals (object obj) |
|
override int | GetHashCode () |
|
|
override bool | TryParse (string cond) |
|
|
string | Exchange [get, set] |
| Exchange where the symbol needs to be traded.
|
|
string | SecType [get, set] |
| Kind of instrument being monitored.
|
|
string | Symbol [get, set] |
| Instrument's symbol.
|
|
This class represents a condition requiring a specific execution event to be fulfilled. Orders can be activated or canceled if a set of given conditions is met. An ExecutionCondition is met whenever a trade occurs on a certain product at the given exchange.