Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I custom message Logon ? #93

Open
quangvu30 opened this issue Dec 18, 2024 · 0 comments
Open

How can I custom message Logon ? #93

quangvu30 opened this issue Dec 18, 2024 · 0 comments

Comments

@quangvu30
Copy link

By default, the initiator's configuration sends the logon using Username & Password. However, I want to send a message with Account & Password. When I remove the Username field and replace it with Account in the initiator's configuration, the message sent does not include the Account. How can I fix this?

MsgLogon: 8=FIX4.4|9=0000085|35=A|49=TVKD|56=MXVMDGW|34=1|52=20241218-02:31:52.587|98=0|108=30|141=Y|554=password|10=169|

Config:
{
"application": {
"reconnectSeconds": 10,
"type": "initiator",
"name": "xxxxxxxx",
"tcp": {
"host": "xxx.xxx.xxx.xxx",
"port": xxxxx
},
"protocol": "ascii",
"dictionary": "repo44"
},
"Account": "TVKD_001",
"Password": "password",
"EncryptMethod": 0,
"ResetSeqNumFlag": true,
"HeartBtInt": 30,
"SenderCompId": "TVKD",
"TargetCompID": "MXVMDGW",
"BeginString": "FIX4.4"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant