Class: Quickfix::LegRatioQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegRatioQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegRatioQty
constructor
A new instance of LegRatioQty.
Constructor Details
#initialize(data = nil) ⇒ LegRatioQty
Returns a new instance of LegRatioQty.
1787 1788 1789 1790 1791 1792 1793 |
# File 'lib/quickfix_fields.rb', line 1787 def initialize(data = nil) if( data == nil ) super(623) else super(623, data) end end |
Class Method Details
.field ⇒ Object
1784 1785 1786 |
# File 'lib/quickfix_fields.rb', line 1784 def LegRatioQty.field return 623 end |