Class: Quickfix::LegOptionRatio
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegOptionRatio
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionRatio
constructor
A new instance of LegOptionRatio.
Constructor Details
#initialize(data = nil) ⇒ LegOptionRatio
Returns a new instance of LegOptionRatio.
12473 12474 12475 12476 12477 12478 12479 |
# File 'lib/quickfix_fields.rb', line 12473 def initialize(data = nil) if( data == nil ) super(1017) else super(1017, data) end end |
Class Method Details
.field ⇒ Object
12470 12471 12472 |
# File 'lib/quickfix_fields.rb', line 12470 def LegOptionRatio.field return 1017 end |