CQG Algorithmic Orders
FilledQuantity Property
See Also  Send Feedback
AlgoOrder Order-Place-Order (OPO) > AlgorithmicOrders Namespace > OPO_AlgorithmicOrder Class : FilledQuantity Property



Glossary Item Box

Gets or sets algorithmic order filled quantity.

Syntax

Visual Basic (Declaration) 
Public Property FilledQuantity As ULong
Visual Basic (Usage)Copy Code
Dim instance As OPO_AlgorithmicOrder
Dim value As ULong
 
instance.FilledQuantity = value
 
value = instance.FilledQuantity
C# 
public ulong FilledQuantity {get; set;}
C++/CLI 
public:
property ulong FilledQuantity {
   ulong get();
   void set (    ulong value);
}

Property Value

New value of the filed quantity of algorithmic order to setFilled quantity of algorithmic order

See Also

Reference

OPO_AlgorithmicOrder Class
OPO_AlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.