Class: Quickfix::LegOptionRatio

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) ⇒ LegOptionRatio

Returns a new instance of LegOptionRatio.



13656
13657
13658
13659
13660
13661
13662
# File 'lib/quickfix_fields.rb', line 13656

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

Class Method Details

.fieldObject



13653
13654
13655
# File 'lib/quickfix_fields.rb', line 13653

def LegOptionRatio.field
  return 1017
end