C# Class FastQuant.ReportItem

Datei anzeigen Open project: fastquant/fastquant.dll Class Usage Examples

Protected Properties

Property Type Description
description string
id int
name string

Protected Methods

Method Description
Clear ( ) : void
OnAsk ( Ask Ask ) : void
OnBar ( Bar bar ) : void
OnBid ( Bid bid ) : void
OnExecutionReport ( ExecutionReport report ) : void
OnTrade ( Trade trade ) : void

Method Details

Clear() protected method

protected Clear ( ) : void
return void

OnAsk() protected method

protected OnAsk ( Ask Ask ) : void
Ask Ask
return void

OnBar() protected method

protected OnBar ( Bar bar ) : void
bar Bar
return void

OnBid() protected method

protected OnBid ( Bid bid ) : void
bid Bid
return void

OnExecutionReport() protected method

protected OnExecutionReport ( ExecutionReport report ) : void
report ExecutionReport
return void

OnTrade() protected method

protected OnTrade ( Trade trade ) : void
trade Trade
return void

Property Details

description protected_oe property

protected string description
return string

id protected_oe property

protected int id
return int

name protected_oe property

protected string name
return string