Class: Quickfix44::BidResponse
- Defined in:
- lib/quickfix44.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.
4459 4460 4461 4462 |
# File 'lib/quickfix44.rb', line 4459 def initialize super getHeader().setField( Quickfix::MsgType.new("l") ) end |