public class TradingSessionListUpdateReport extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
TradingSessionListUpdateReport() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
ApplicationSequenceControlBlock |
getApplicationSequenceControl() |
SMHBlock |
getHeader() |
String |
getTradSesReqID() |
SMTBlock |
getTrailer() |
TrdSessLstGrpBlock |
getTrdSessLstGrp() |
void |
setApplicationSequenceControl(ApplicationSequenceControlBlock value) |
void |
setHeader(SMHBlock value) |
void |
setTradSesReqID(String value) |
void |
setTrailer(SMTBlock value) |
void |
setTrdSessLstGrp(TrdSessLstGrpBlock value) |
void |
toFIX(FIXFieldList l) |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public ApplicationSequenceControlBlock getApplicationSequenceControl()
public void setApplicationSequenceControl(ApplicationSequenceControlBlock value)
public String getTradSesReqID()
public void setTradSesReqID(String value)
public TrdSessLstGrpBlock getTrdSessLstGrp()
public void setTrdSessLstGrp(TrdSessLstGrpBlock value)
public void toFIX(FIXFieldList l)
toFIX
in interface com.epam.fix.model.Block
public void fromFIX(FIXFieldList l)
fromFIX
in interface com.epam.fix.model.Block
Copyright © 2000–2022 EPAM Systems. All rights reserved.