Свойство | Type | Description | |
---|---|---|---|
dataQueue | EventQueue | ||
description | string | ||
enabled | bool | ||
executionQueue | EventQueue | ||
framework | Framework | ||
historicalQueue | EventQueue | ||
id | byte | ||
instrumentQueue | EventQueue | ||
name | string | ||
sync | object | ||
url | string |
Свойство | Type | Description | |
---|---|---|---|
CloseHistricalQueue | void | ||
CloseInstrumentQueue | void | ||
OpenHistricalQueue | void | ||
OpenInstrumentQueue | void | ||
WriteDebugInfoInternal | void |
Méthode | Description | |
---|---|---|
Clear ( ) : void | ||
Connect ( int timeout ) : bool | ||
Connect ( ) : void | ||
Disconnect ( ) : void | ||
Dispose ( ) : void | ||
Process ( Event e ) : void | ||
Provider ( Framework framework ) : System | ||
RequestHistoricalData ( HistoricalDataRequest request ) : void | ||
RequestInstrumentDefinitions ( InstrumentDefinitionRequest request ) : void | ||
Send ( ExecutionCommand command ) : void | ||
Send ( HistoricalDataRequest request ) : void | ||
Send ( InstrumentDefinitionRequest request ) : void | ||
Subscribe ( Instrument instrument ) : void | ||
Subscribe ( InstrumentList instruments ) : void | ||
ToString ( ) : string | ||
Unsubscribe ( Instrument instrument ) : void | ||
Unsubscribe ( InstrumentList instruments ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
EmitAccountData ( |
||
EmitAccountReport ( |
||
EmitData ( |
||
EmitError ( |
||
EmitError ( int id, int code, string text ) : void | ||
EmitError ( string text ) : void | ||
EmitExecutionReport ( |
||
EmitHistoricalData ( |
||
EmitHistoricalDataEnd ( |
||
EmitHistoricalDataEnd ( string requestId, RequestResult result, string text ) : void | ||
EmitInstrumentDefinition ( InstrumentDefinition definition ) : void | ||
EmitInstrumentDefinitionEnd ( InstrumentDefinitionEnd end ) : void | ||
EmitInstrumentDefinitionEnd ( string requestId, RequestResult result, string text ) : void | ||
EmitMessage ( int id, int code, string text ) : void | ||
EmitMessage ( string text ) : void | ||
EmitProviderError ( |
||
EmitWarning ( int id, int code, string text ) : void | ||
EmitWarning ( string text ) : void | ||
GetProperties ( ) : |
||
OnConnect ( ) : void | ||
OnConnected ( ) : void | ||
OnDisconnect ( ) : void | ||
OnDisconnected ( ) : void | ||
Reject ( ExecutionCommand command, string format ) : void | ||
SetProperties ( ProviderPropertyList properties ) : void | ||
WriteDebugInfo ( string format ) : void |
Méthode | Description | |
---|---|---|
CloseHistricalQueue ( ) : void | ||
CloseInstrumentQueue ( ) : void | ||
OpenHistricalQueue ( ) : void | ||
OpenInstrumentQueue ( ) : void | ||
WriteDebugInfoInternal ( string format ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected EmitAccountData ( |
||
data | ||
Résultat | void |
protected EmitAccountReport ( |
||
report | ||
queued | bool | |
Résultat | void |
protected EmitData ( |
||
data | ||
queued | bool | |
Résultat | void |
protected EmitError ( |
||
exception | ||
Résultat | void |
protected EmitError ( int id, int code, string text ) : void | ||
id | int | |
code | int | |
text | string | |
Résultat | void |
protected EmitExecutionReport ( |
||
report | ||
queued | bool | |
Résultat | void |
protected EmitHistoricalData ( |
||
data | ||
Résultat | void |
protected EmitHistoricalDataEnd ( |
||
end | ||
Résultat | void |
protected EmitHistoricalDataEnd ( string requestId, RequestResult result, string text ) : void | ||
requestId | string | |
result | RequestResult | |
text | string | |
Résultat | void |
protected EmitInstrumentDefinition ( InstrumentDefinition definition ) : void | ||
definition | InstrumentDefinition | |
Résultat | void |
protected EmitInstrumentDefinitionEnd ( InstrumentDefinitionEnd end ) : void | ||
end | InstrumentDefinitionEnd | |
Résultat | void |
protected EmitInstrumentDefinitionEnd ( string requestId, RequestResult result, string text ) : void | ||
requestId | string | |
result | RequestResult | |
text | string | |
Résultat | void |
protected EmitMessage ( int id, int code, string text ) : void | ||
id | int | |
code | int | |
text | string | |
Résultat | void |
protected EmitMessage ( string text ) : void | ||
text | string | |
Résultat | void |
protected EmitProviderError ( |
||
error | ||
Résultat | void |
protected EmitWarning ( int id, int code, string text ) : void | ||
id | int | |
code | int | |
text | string | |
Résultat | void |
protected EmitWarning ( string text ) : void | ||
text | string | |
Résultat | void |
protected GetProperties ( ) : |
||
Résultat |
public Provider ( Framework framework ) : System | ||
framework | Framework | |
Résultat | System |
protected Reject ( ExecutionCommand command, string format ) : void | ||
command | ExecutionCommand | |
format | string | |
Résultat | void |
public RequestHistoricalData ( HistoricalDataRequest request ) : void | ||
request | HistoricalDataRequest | |
Résultat | void |
public RequestInstrumentDefinitions ( InstrumentDefinitionRequest request ) : void | ||
request | InstrumentDefinitionRequest | |
Résultat | void |
public Send ( ExecutionCommand command ) : void | ||
command | ExecutionCommand | |
Résultat | void |
public Send ( HistoricalDataRequest request ) : void | ||
request | HistoricalDataRequest | |
Résultat | void |
public Send ( InstrumentDefinitionRequest request ) : void | ||
request | InstrumentDefinitionRequest | |
Résultat | void |
protected SetProperties ( ProviderPropertyList properties ) : void | ||
properties | ProviderPropertyList | |
Résultat | void |
public Subscribe ( Instrument instrument ) : void | ||
instrument | Instrument | |
Résultat | void |
public Subscribe ( InstrumentList instruments ) : void | ||
instruments | InstrumentList | |
Résultat | void |
public Unsubscribe ( Instrument instrument ) : void | ||
instrument | Instrument | |
Résultat | void |
public Unsubscribe ( InstrumentList instruments ) : void | ||
instruments | InstrumentList | |
Résultat | void |
protected WriteDebugInfo ( string format ) : void | ||
format | string | |
Résultat | void |