public interface Responder
Modifier and Type | Method and Description |
---|---|
void |
disconnect()
Disconnect the underlying connection.
|
String |
getRemoteAddress()
Provides remote address of the session connection, if any.
|
boolean |
send(String data)
Send a raw FIX message
|
boolean send(String data)
data
- the raw FIX message datavoid disconnect()
String getRemoteAddress()
Copyright © 2021. All rights reserved.