FixSession
StockSharp.Server.Fix
Session settings.
継承元: BaseLogReceiver
実装: IMessageListenerSession, ILogReceiver, ILogSource, IDisposable
コンストラクター
FixSession()
Initializes a new instance of the FixSession.
プロパティ
DateParser : FastDateTimeParser
Date parser.
DateTimeParser : FastDateTimeParser
Date and time parser.
IncrementalDepthUpdates : bool
To send changes by the order book. If disabled, the order book is sent entirely. The default is enabled.
IsConnected : bool
Get connection status.
MaxReadBytes : int
Gets and sets the maximum allowed bytes per read.
MaxWriteBytes : int
Gets and sets the maximum allowed bytes per write.
ReadTimeout : TimeSpan
The timeout of reading data. The default value is Zero.
SenderCompId : string
Sender ID.
TargetCompId : string
Target ID.
TimeParser : FastTimeSpanParser
Time parser.
WriteTimeout : TimeSpan
The timeout of sending data. The default value is Zero.
YearMonthParser : FastDateTimeParser
Year and month parser.
メソッド
IncreaseErrorCount()
Increase ErrorCount.
ResetErrorCount()
Reset ErrorCount.