Class: Quickfix50::BidResponse

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix50.rb

Defined Under Namespace

Classes: NoBidComponents

Instance Method Summary collapse

Constructor Details

#initializeBidResponse



5185
5186
5187
5188
# File 'lib/quickfix50.rb', line 5185

def initialize
  super
  getHeader().setField( Quickfix::MsgType.new("l") )
end