data class FixingSessionInitiation : HandshakeMessage
Used to set up the session between Floater and Fixer
<init> |
FixingSessionInitiation(timeout: Duration, oracleType: ServiceType, replyToParty: Party, sendSessionID: Long = random63BitValue(), receiveSessionID: Long = random63BitValue())
|
oracleType |
val oracleType: ServiceType |
receiveSessionID |
val receiveSessionID: Long |
replyToParty |
val replyToParty: Party |
sendSessionID |
val sendSessionID: Long |
timeout |
val timeout: Duration |
sessionID |
open val |