CQG Algorithmic Orders
FilledQuantity Property
See Also  Send Feedback
CQGAlgorithmicOrderBuilder > CQGAlgorithmicOrderBuilder Namespace > ICQGAlgorithmicOrder Interface : FilledQuantity Property



Glossary Item Box

Gets or sets filled quantity of algorithmic order.

Syntax

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

Property Value

The new value of algorithmic order's filled quantityFilled quantity of algorithmic order

See Also

Reference

ICQGAlgorithmicOrder Interface
ICQGAlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.