Class: Quickfix::OfferYield

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OfferYield

Returns a new instance of OfferYield.



8547
8548
8549
8550
8551
8552
8553
# File 'lib/quickfix_fields.rb', line 8547

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