Provider Class

Class Provider.
public class Provider : IProvider
This language is not supported or no code example is available.
public ref class Provider  : public IProvider^
This language is not supported or no code example is available.
public class Provider 
implements IProvider
This language is not supported or no code example is available.
Name Description
Public property AutoReconnect Gets or sets the auto reconnect.
Public property AutoReconnectInterval Gets or sets the reconnect interval.
Public property Description
Public property Enabled
Public property Id Gets the identifier.
Public property IsConnected
Public property IsConnecting
Public property IsDisconnected
Public property IsDisconnecting
Public property Name Gets the name.
Public property Status Gets the status.
Public property Url
Top
Methods
 
Name Description
Public method Cancel(string)
Public method Clear()
Public method Connect(int)
Public method Connect() Connects this instance.
Public method Disconnect() Disconnects this instance.
Protected method Dispose(bool)
Public method Dispose()
Internal protected (Protected Friend) method EmitAccountData(AccountData)
Internal protected (Protected Friend) method EmitAccountReport(AccountReport, bool)
Internal protected (Protected Friend) method EmitAccountTransactions(AccountTransactionList)
Internal protected (Protected Friend) method EmitData(DataObject, bool)
Internal protected (Protected Friend) method EmitError(Exception)
Internal protected (Protected Friend) method EmitError(int, int, string)
Internal protected (Protected Friend) method EmitError(string, params object[])
Internal protected (Protected Friend) method EmitError(string)
Internal protected (Protected Friend) method EmitExecutionReport(ExecutionReport, bool)
Internal protected (Protected Friend) method EmitHistoricalData(HistoricalData)
Internal protected (Protected Friend) method EmitHistoricalDataEnd(HistoricalDataEnd)
Internal protected (Protected Friend) method EmitHistoricalDataEnd(string, RequestResult, string)
Internal protected (Protected Friend) method EmitInstrumentDefinition(InstrumentDefinition)
Internal protected (Protected Friend) method EmitInstrumentDefinitionEnd(InstrumentDefinitionEnd)
Internal protected (Protected Friend) method EmitInstrumentDefinitionEnd(string, RequestResult, string)
Internal protected (Protected Friend) method EmitLiveExecutionReports(ExecutionReportList)
Internal protected (Protected Friend) method EmitMessage(int, int, string)
Internal protected (Protected Friend) method EmitMessage(string)
Internal protected (Protected Friend) method EmitPortfolioPerformanceRecords(PortfolioPerformanceRecordList)
Internal protected (Protected Friend) method EmitProviderError(ProviderError)
Internal protected (Protected Friend) method EmitStatistics(PortfolioStatisticsResultList)
Internal protected (Protected Friend) method EmitTransactions(TransactionList)
Internal protected (Protected Friend) method EmitWarning(int, int, string)
Internal protected (Protected Friend) method EmitWarning(string)
Internal protected (Protected Friend) method GetProperties()
Protected method GroupInstrumentsBySymbol(InstrumentList)
Protected method OnConnect()
Protected method OnConnected()
Protected method OnDisconnect()
Protected method OnDisconnected()
Public method Process(Event)
Protected method Reject(ExecutionCommand, string, params object[])
Public method RequestHistoricalData(HistoricalDataRequest)
Public method RequestInstrumentDefinitions(InstrumentDefinitionRequest)
Protected method Send(HistoricalDataMultiInstrumentRequest)
Protected method Send(HistoricalDataSingleInstrumentRequest)
Public method Send(Command_)
Public method Send(ExecutionCommand) Sends the specified command.
Public method Send(ExecutionCommand[]) Sends the array of commands.
Public method Send(HistoricalDataRequest)
Public method Send(InstrumentDefinitionRequest)
Internal protected (Protected Friend) method SetProperties(ProviderPropertyList)
Public method Subscribe(Instrument) Subscribes the specified instrument.
Public method Subscribe(InstrumentList) Subscribes the specified instruments.
Public method ToString()
Public method Unsubscribe(Instrument) Unsubscribes the specified instrument.
Public method Unsubscribe(InstrumentList) Unsubscribes the specified instruments.
Protected method WriteDebugInfo(string, params object[])
Top

In this article

Definition