MatchingEngine.AddQueueToOrderText Property
Gets or sets a value indicating whether [add queue to order text].
public bool AddQueueToOrderText {get; set;}
This language is not supported or no code example is available.
public:
property bool AddQueueToOrderText {
bool get( );
void set(
bool value
);
}
This language is not supported or no code example is available.
public function get AddQueueToOrderText() : boolean;
public function set AddQueueToOrderText(value : boolean);
This language is not supported or no code example is available.
Property Value
bool
true
if [add queue to order text]; otherwise, false
.
In this article
Definition