public class OrderMassStatusRequest extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
OrderMassStatusRequest() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getAccount() |
SMHBlock |
getHeader() |
InstrumentBlock |
getInstrument() |
String |
getMassStatusReqID() |
Long |
getMassStatusReqType() |
PartiesBlock |
getParties() |
Character |
getSide() |
String |
getTradingSessionID() |
String |
getTradingSessionSubID() |
SMTBlock |
getTrailer() |
UnderlyingInstrumentBlock |
getUnderlyingInstrument() |
void |
setAccount(String value) |
void |
setHeader(SMHBlock value) |
void |
setInstrument(InstrumentBlock value) |
void |
setMassStatusReqID(String value) |
void |
setMassStatusReqType(Long value) |
void |
setParties(PartiesBlock value) |
void |
setSide(Character value) |
void |
setTradingSessionID(String value) |
void |
setTradingSessionSubID(String value) |
void |
setTrailer(SMTBlock value) |
void |
setUnderlyingInstrument(UnderlyingInstrumentBlock value) |
void |
toFIX(FIXFieldList l) |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public String getMassStatusReqID()
public void setMassStatusReqID(String value)
public Long getMassStatusReqType()
public void setMassStatusReqType(Long value)
public PartiesBlock getParties()
public void setParties(PartiesBlock value)
public String getAccount()
public void setAccount(String value)
public String getTradingSessionID()
public void setTradingSessionID(String value)
public String getTradingSessionSubID()
public void setTradingSessionSubID(String value)
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public UnderlyingInstrumentBlock getUnderlyingInstrument()
public void setUnderlyingInstrument(UnderlyingInstrumentBlock value)
public Character getSide()
public void setSide(Character 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.