• C#
  • Java
  • VB
  • C++
  • Python
Contact us
ExecutionCondition Class Reference

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...

Inheritance diagram for ExecutionCondition:

Public Member Functions

override string ToString ()
 
override void Deserialize (IDecoder inStream)
 
override void Serialize (BinaryWriter outStream)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Protected Member Functions

override bool TryParse (string cond)
 

Properties

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.
 

Detailed Description

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.