public class DerivativeSecurityListRequest extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
DerivativeSecurityListRequest() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getCurrency() |
String |
getEncodedText() |
Long |
getEncodedTextLen() |
SMHBlock |
getHeader() |
Long |
getSecurityListRequestType() |
String |
getSecurityReqID() |
Character |
getSubscriptionRequestType() |
String |
getText() |
String |
getTradingSessionID() |
String |
getTradingSessionSubID() |
SMTBlock |
getTrailer() |
UnderlyingInstrumentBlock |
getUnderlyingInstrument() |
void |
setCurrency(String value) |
void |
setEncodedText(String value) |
void |
setEncodedTextLen(Long value) |
void |
setHeader(SMHBlock value) |
void |
setSecurityListRequestType(Long value) |
void |
setSecurityReqID(String value) |
void |
setSubscriptionRequestType(Character value) |
void |
setText(String 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 getSecurityReqID()
public void setSecurityReqID(String value)
public Long getSecurityListRequestType()
public void setSecurityListRequestType(Long value)
public UnderlyingInstrumentBlock getUnderlyingInstrument()
public void setUnderlyingInstrument(UnderlyingInstrumentBlock value)
public String getCurrency()
public void setCurrency(String value)
public String getText()
public void setText(String value)
public Long getEncodedTextLen()
public void setEncodedTextLen(Long value)
public String getEncodedText()
public void setEncodedText(String value)
public String getTradingSessionID()
public void setTradingSessionID(String value)
public String getTradingSessionSubID()
public void setTradingSessionSubID(String value)
public Character getSubscriptionRequestType()
public void setSubscriptionRequestType(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.