FillsCollection CLASS

GetFillById (string id) METHOD (Return: Fill)
Returns a Fill object specified by Fill ID. SYNTAX public Fill GetFillById (string id) PARAMETERS id — string unique number of the fill. ...
Sat, May 12, 2018 at 7:58 PM
GetFills () METHOD (Return: Fill[])
Returns array with all Fills items, created today. SYNTAX public Fill[] GetFills () RETURN Fill[] array with all Fill objects created for to...
Sat, May 12, 2018 at 7:59 PM
FillAdded EVENT
Occurs when the new trade is made. SYNTAX public event Action<Fill> FillAdded EXAMPLE The trading request is sent in the following ex...
Sat, May 12, 2018 at 8:03 PM