Property | Type | Description |
---|
Method | Description | |
---|---|---|
ClearQueue ( ) : void | ||
Dequeue ( int num ) : QuickFix.Message | ||
Get ( int begSeqNo, int endSeqNo, List |
||
GetCreationTime ( ) : System.DateTime | ||
GetNextSenderMsgSeqNum ( ) : int | ||
GetNextTargetMsgSeqNum ( ) : int | ||
GetResendRange ( ) : QuickFix.ResendRange | ||
IncrNextSenderMsgSeqNum ( ) : void | ||
IncrNextTargetMsgSeqNum ( ) : void | ||
LogonTimedOut ( ) : bool |
FIXME
|
|
LogoutTimedOut ( ) : bool | ||
LogoutTimedOut ( int now, bool sentLogout, int logoutTimeout, int lastSentTime ) : bool |
All time args are in milliseconds
|
|
NeedHeartbeat ( ) : bool | ||
NeedHeartbeat ( int now, int heartBtIntMillis, int lastSentTime, int testRequestCounter ) : bool |
All time args are in milliseconds
|
|
NeedTestRequest ( ) : bool | ||
NeedTestRequest ( int now, int heartBtIntMillis, int lastReceivedTime, int testRequestCounter ) : bool |
All time args are in milliseconds
|
|
Queue ( int msgSeqNum, |
||
Refresh ( ) : void | ||
ResendRequested ( ) : bool | ||
Reset ( ) : void | ||
Retrieve ( int msgSeqNum ) : |
||
SessionState ( Log log, int heartBtInt ) : System.Collections.Generic | ||
Set ( int msgSeqNum, string msg ) : bool | ||
SetNextSenderMsgSeqNum ( int value ) : void | ||
SetNextTargetMsgSeqNum ( int value ) : void | ||
SetResendRange ( int begin, int end ) : void | ||
TimedOut ( ) : bool | ||
TimedOut ( int now, int heartBtIntMillis, int lastReceivedTime ) : bool |
All time args are in milliseconds
|
|
ToString ( ) : string |
All time values are displayed in milliseconds.
|
|
WithinHeartbeat ( ) : bool | ||
WithinHeartbeat ( int now, int heartBtIntMillis, int lastSentTime, int lastReceivedTime ) : bool |
All time args are in milliseconds
|
public Dequeue ( int num ) : QuickFix.Message | ||
num | int | |
return | QuickFix.Message |
public Get ( int begSeqNo, int endSeqNo, List |
||
begSeqNo | int | |
endSeqNo | int | |
messages | List |
|
return | bool |
public GetResendRange ( ) : QuickFix.ResendRange | ||
return | QuickFix.ResendRange |
public static LogoutTimedOut ( int now, bool sentLogout, int logoutTimeout, int lastSentTime ) : bool | ||
now | int | current system time in milliseconds |
sentLogout | bool | true if a Logout has been sent to the counterparty, otherwise false |
logoutTimeout | int | number of milliseconds to wait for a Logout from the counterparty |
lastSentTime | int | last sent time in milliseconds |
return | bool |
public static NeedHeartbeat ( int now, int heartBtIntMillis, int lastSentTime, int testRequestCounter ) : bool | ||
now | int | current system time in milliseconds |
heartBtIntMillis | int | heartbeat interval in milliseconds |
lastSentTime | int | last sent time in milliseconds |
testRequestCounter | int | test request counter |
return | bool |
public static NeedTestRequest ( int now, int heartBtIntMillis, int lastReceivedTime, int testRequestCounter ) : bool | ||
now | int | current system time in milliseconds |
heartBtIntMillis | int | heartbeat interval in milliseconds |
lastReceivedTime | int | last received time in milliseconds |
testRequestCounter | int | test request counter |
return | bool |
public Queue ( int msgSeqNum, |
||
msgSeqNum | int | |
msg | ||
return | void |
public SessionState ( Log log, int heartBtInt ) : System.Collections.Generic | ||
log | Log | |
heartBtInt | int | |
return | System.Collections.Generic |
public Set ( int msgSeqNum, string msg ) : bool | ||
msgSeqNum | int | |
msg | string | |
return | bool |
public SetNextSenderMsgSeqNum ( int value ) : void | ||
value | int | |
return | void |
public SetNextTargetMsgSeqNum ( int value ) : void | ||
value | int | |
return | void |
public SetResendRange ( int begin, int end ) : void | ||
begin | int | |
end | int | |
return | void |
public static TimedOut ( int now, int heartBtIntMillis, int lastReceivedTime ) : bool | ||
now | int | current system time in milliseconds |
heartBtIntMillis | int | heartbeat interval in milliseconds |
lastReceivedTime | int | last received time in milliseconds |
return | bool |
public static WithinHeartbeat ( int now, int heartBtIntMillis, int lastSentTime, int lastReceivedTime ) : bool | ||
now | int | current system time in milliseconds |
heartBtIntMillis | int | heartbeat interval in milliseconds |
lastSentTime | int | last sent time in milliseconds |
lastReceivedTime | int | last received time in milliseconds |
return | bool |