public class OrderMassCancelRequest extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
OrderMassCancelRequest() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getAccount() |
Long |
getAccountType() |
String |
getClOrdID() |
SMHBlock |
getHeader() |
InstrumentBlock |
getInstrument() |
Character |
getMassCancelRequestType() |
PartiesBlock |
getParties() |
Character |
getSide() |
SMTBlock |
getTrailer() |
Calendar |
getTransactTime() |
UnderlyingInstrumentBlock |
getUnderlyingInstrument() |
void |
setAccount(String value) |
void |
setAccountType(Long value) |
void |
setClOrdID(String value) |
void |
setHeader(SMHBlock value) |
void |
setInstrument(InstrumentBlock value) |
void |
setMassCancelRequestType(Character value) |
void |
setParties(PartiesBlock value) |
void |
setSide(Character value) |
void |
setTrailer(SMTBlock value) |
void |
setTransactTime(Calendar 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 getClOrdID()
public void setClOrdID(String value)
public Character getMassCancelRequestType()
public void setMassCancelRequestType(Character value)
public PartiesBlock getParties()
public void setParties(PartiesBlock 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 Calendar getTransactTime()
public void setTransactTime(Calendar value)
public String getAccount()
public void setAccount(String value)
public Long getAccountType()
public void setAccountType(Long 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.