Class LogonParamStruct
java.lang.Object
com.btobits.fixengine.adminmessages.LogonParamStruct
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LogonParamStruct
fromProperties
(Properties properties) int
int
getLogin()
int
byte[]
boolean
void
setEncryptMethod
(int encryptMethod) void
setHeartBtInt
(int heartBtInt) void
void
setMaxMessageSize
(int maxMessageSize) void
setPassword
(String password) void
setRawData
(byte[] rawData) void
setResetSeqNumFlag
(boolean resetSeqNumFlag) void
setSupportedMsgTypes
(List supportedMsgTypes)
-
Constructor Details
-
LogonParamStruct
public LogonParamStruct() -
LogonParamStruct
-
-
Method Details
-
toProperties
-
fromProperties
-
setEncryptMethod
public void setEncryptMethod(int encryptMethod) -
setHeartBtInt
public void setHeartBtInt(int heartBtInt) -
setLogin
-
setPassword
-
setRawData
public void setRawData(byte[] rawData) -
setResetSeqNumFlag
public void setResetSeqNumFlag(boolean resetSeqNumFlag) -
setMaxMessageSize
public void setMaxMessageSize(int maxMessageSize) -
setSupportedMsgTypes
-
getEncryptMethod
public int getEncryptMethod() -
getHeartBtInt
public int getHeartBtInt() -
getLogin
-
getPassword
-
getRawData
public byte[] getRawData() -
isResetSeqNumFlag
public boolean isResetSeqNumFlag() -
getMaxMessageSize
public int getMaxMessageSize() -
getSupportedMsgTypes
-