Class: Quickfix43::BidResponse
- Defined in:
- lib/quickfix43.rb
Defined Under Namespace
Classes: NoBidComponents
Instance Method Summary collapse
-
#initialize ⇒ BidResponse
constructor
A new instance of BidResponse.
Constructor Details
#initialize ⇒ BidResponse
Returns a new instance of BidResponse.
2031 2032 2033 2034 |
# File 'lib/quickfix43.rb', line 2031 def initialize super getHeader().setField( Quickfix::MsgType.new("l") ) end |