Class BidResponse
java.lang.Object
com.epam.fix.model.fix50sp2.message.BidResponse
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getBidID()
void
void
void
setClientBidID
(String value) void
void
setTrailer
(SMTBlock value) void
-
Constructor Details
-
BidResponse
public BidResponse()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getBidID
-
setBidID
-
getClientBidID
-
setClientBidID
-
getBidCompRspGrp
-
setBidCompRspGrp
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-