Method | Description | |
---|---|---|
Disconnect ( string reason ) : void | ||
GenerateHeartbeat ( ) : bool | ||
GenerateHeartbeat ( |
||
GenerateLogout ( ) : bool | ||
GenerateLogout ( string text ) : bool | ||
GenerateReject ( |
||
GenerateReject ( |
||
GenerateTestRequest ( string id ) : bool | ||
Logon ( ) : void | ||
Logout ( ) : void | ||
Logout ( string reason ) : void | ||
LookupSession ( |
Looks up a Session by its SessionID
|
|
Next ( ) : void | ||
Next ( |
||
Next ( string msgStr ) : void | ||
Refresh ( ) : void | ||
Reset ( ) : void | ||
Send ( |
||
Send ( string message ) : bool | ||
SendToTarget ( |
Send to session indicated by header fields in message
|
|
SendToTarget ( |
FIXME send Message, not string
|
|
Session ( Application app, MessageStoreFactory storeFactory, |
||
SetResponder ( Responder responder ) : void | ||
Verify ( |
||
Verify ( |
Method | Description | |
---|---|---|
CheckSessionTime ( ) : bool | ||
DoPossDup ( |
||
DoTargetTooHigh ( |
||
DoTargetTooLow ( |
||
GenerateBusinessMessageReject ( |
||
GenerateLogon ( ) : bool |
FIXME
|
|
GenerateLogon ( int heartBtInt ) : bool |
FIXME don't do so much operator new here
|
|
GenerateResendRequest ( string beginString, int msgSeqNum ) : bool | ||
InitializeHeader ( |
||
InitializeHeader ( |
FIXME don't do so much operator new here
|
|
InsertOrigSendingTime ( FieldMap header, System sendingTime ) : void | ||
InsertSendingTime ( FieldMap header ) : void | ||
IsCorrectCompID ( string senderCompID, string targetCompID ) : bool | ||
IsGoodTime ( |
||
IsTargetTooHigh ( int msgSeqNum ) : bool | ||
IsTargetTooLow ( int msgSeqNum ) : bool | ||
IsTimeToGenerateLogon ( ) : bool | ||
NextHeartbeat ( |
||
NextLogon ( |
||
NextLogout ( |
||
NextQueued ( int num ) : bool | ||
NextQueued ( ) : void | ||
NextResendRequest ( |
||
NextSequenceReset ( |
||
NextTestRequest ( |
||
Persist ( |
||
PopulateRejectReason ( |
||
PopulateSessionRejectReason ( |
||
SendRaw ( |
||
ShouldSendReset ( ) : bool |
Method | Description | |
---|---|---|
GenerateSequenceReset ( int beginSeqNo, int endSeqNo ) : void | ||
IsAdminMessage ( |
||
initializeResendFields ( |
protected DoTargetTooHigh ( |
||
msg | ||
msgSeqNum | int | |
return | void |
protected DoTargetTooLow ( |
||
msg | ||
msgSeqNum | int | |
return | bool |
protected GenerateBusinessMessageReject ( |
||
message | ||
err | int | |
field | int | |
return | void |
public GenerateHeartbeat ( |
||
testRequest | ||
return | bool |
protected GenerateLogon ( int heartBtInt ) : bool | ||
heartBtInt | int | |
return | bool |
public GenerateReject ( |
||
message | ||
reason | FixValues | |
return | bool |
public GenerateReject ( |
||
message | ||
reason | FixValues | |
field | int | |
return | bool |
protected GenerateResendRequest ( string beginString, int msgSeqNum ) : bool | ||
beginString | string | |
msgSeqNum | int | |
return | bool |
public GenerateTestRequest ( string id ) : bool | ||
id | string | |
return | bool |
protected InitializeHeader ( |
||
m | ||
return | void |
protected InitializeHeader ( |
||
m | ||
msgSeqNum | int | |
return | void |
protected InsertOrigSendingTime ( FieldMap header, System sendingTime ) : void | ||
header | FieldMap | |
sendingTime | System | |
return | void |
protected InsertSendingTime ( FieldMap header ) : void | ||
header | FieldMap | |
return | void |
protected IsCorrectCompID ( string senderCompID, string targetCompID ) : bool | ||
senderCompID | string | |
targetCompID | string | |
return | bool |
protected IsTargetTooHigh ( int msgSeqNum ) : bool | ||
msgSeqNum | int | |
return | bool |
protected IsTargetTooLow ( int msgSeqNum ) : bool | ||
msgSeqNum | int | |
return | bool |
public static LookupSession ( |
||
sessionID | the SessionID of the Session | |
return |
protected NextHeartbeat ( |
||
heartbeat | ||
return | void |
protected NextLogout ( |
||
logout | ||
return | void |
protected NextResendRequest ( |
||
resendReq | ||
return | void |
protected NextSequenceReset ( |
||
sequenceReset | ||
return | void |
protected NextTestRequest ( |
||
testRequest | ||
return | void |
protected Persist ( |
||
message | ||
messageString | string | |
return | void |
protected PopulateRejectReason ( |
||
reject | ||
text | string | |
return | void |
protected PopulateSessionRejectReason ( |
||
reject | ||
field | int | |
text | string | |
includeFieldInfo | bool | |
return | void |
protected SendRaw ( |
||
message | ||
seqNum | int | |
return | bool |
public static SendToTarget ( |
||
message | ||
return | bool |
public static SendToTarget ( |
||
message | ||
sessionID | ||
return | bool |
public Session ( Application app, MessageStoreFactory storeFactory, |
||
app | Application | |
storeFactory | MessageStoreFactory | |
sessID | ||
dataDictProvider | QuickFix.DataDictionaryProvider | |
sessionSchedule | ||
heartBtInt | int | |
logFactory | LogFactory | |
msgFactory | IMessageFactory | |
return | System.Collections.Generic |
public SetResponder ( Responder responder ) : void | ||
responder | Responder | |
return | void |
public Verify ( |
||
msg | ||
checkTooHigh | bool | |
checkTooLow | bool | |
return | bool |