Class: Quickfix50::BidResponse
- Defined in:
- lib/quickfix50.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.
5185 5186 5187 5188 |
# File 'lib/quickfix50.rb', line 5185 def initialize super getHeader().setField( Quickfix::MsgType.new("l") ) end |