Class: Quickfix::LegOfferPx

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegOfferPx

Returns a new instance of LegOfferPx.



9418
9419
9420
9421
9422
9423
9424
# File 'lib/quickfix_fields.rb', line 9418

def initialize(data = nil)
  if( data == nil )
    super(684)
  else
    super(684, data)
  end
end