ExecutionReport.OrdType Property

Gets or sets the type of the ord.
public OrderType OrdType {get; set;}
This language is not supported or no code example is available.
public:  
property OrderType OrdType { 
OrderType get( ); 
void set( 
OrderType value 
); 
}
This language is not supported or no code example is available.
public function get OrdType() : OrderType
public function set OrdType(value : OrderType);
This language is not supported or no code example is available.

Property Value

OrderType

The type of the ord.

In this article

Definition