Method: Quickfix50::BidResponse#initialize
- Defined in:
- lib/quickfix50.rb
#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 |