Class: Quickfix42::BidResponse
- Defined in:
- lib/quickfix42.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.
1114 1115 1116 1117 |
# File 'lib/quickfix42.rb', line 1114 def initialize super getHeader().setField( Quickfix::MsgType.new("l") ) end |