data class FixingSessionInitiationUsed to set up the session between Floater and Fixer
| <init> |
FixingSessionInitiation(sessionID: Long, party: Party, sender: Party, timeout: Duration)
|
| party |
val party: Party |
| sender |
val sender: Party |
| sessionID |
val sessionID: Long |
| timeout |
val timeout: Duration |