public class BidResponse extends Object implements com.epam.fix.model.Message
Modifier and Type | Class and Description |
---|---|
class |
BidResponse.BidComponentsGroup |
Constructor and Description |
---|
BidResponse() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Collection<BidResponse.BidComponentsGroup> |
getBidComponentsGroup() |
String |
getBidID() |
String |
getClientBidID() |
SMHBlock |
getHeader() |
int |
getNoBidComponents() |
SMTBlock |
getTrailer() |
void |
setBidComponentsGroup(Collection<BidResponse.BidComponentsGroup> value) |
void |
setBidID(String value) |
void |
setClientBidID(String value) |
void |
setHeader(SMHBlock value) |
void |
setNoBidComponents(int value) |
void |
setTrailer(SMTBlock value) |
void |
toFIX(FIXFieldList l) |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public String getBidID()
public void setBidID(String value)
public String getClientBidID()
public void setClientBidID(String value)
public int getNoBidComponents()
public void setNoBidComponents(int value)
public Collection<BidResponse.BidComponentsGroup> getBidComponentsGroup()
public void setBidComponentsGroup(Collection<BidResponse.BidComponentsGroup> 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.