Class: Quickfix::OfferYield

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



8544
8545
8546
# File 'lib/quickfix_fields.rb', line 8544

def OfferYield.field
  return 634
end