C# Class Samples.VWAP.VWAP_SellSide.OrderInfo

Datei anzeigen Open project: fastquant/fastquant.dll

Public Properties

Property Type Description
Command FastQuant.ExecutionCommand
QtyFilled double

Public Methods

Method Description
AddOrder ( Order order ) : void
OrderInfo ( ExecutionCommand command ) : System

Method Details

AddOrder() public method

public AddOrder ( Order order ) : void
order FastQuant.Order
return void

OrderInfo() public method

public OrderInfo ( ExecutionCommand command ) : System
command FastQuant.ExecutionCommand
return System

Property Details

Command public_oe property

public ExecutionCommand,FastQuant Command
return FastQuant.ExecutionCommand

QtyFilled public_oe property

public double QtyFilled
return double