com.r3corda.protocols / TwoPartyDealProtocol / FixingSessionInitiation

FixingSessionInitiation

data class FixingSessionInitiation : HandshakeMessage

Used to set up the session between Floater and Fixer



Constructors

<init> FixingSessionInitiation(timeout: Duration, oracleType: ServiceType, replyToParty: Party, sendSessionID: Long = random63BitValue(), receiveSessionID: Long = random63BitValue())

Used to set up the session between Floater and Fixer

Properties

oracleType val oracleType: ServiceType
receiveSessionID val receiveSessionID: Long
replyToParty val replyToParty: Party
sendSessionID val sendSessionID: Long
timeout val timeout: Duration

Inherited Properties

sessionID open val sessionID: Long