Class: Quickfix::RatioQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::RatioQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RatioQty
constructor
A new instance of RatioQty.
Constructor Details
#initialize(data = nil) ⇒ RatioQty
Returns a new instance of RatioQty.
773 774 775 776 777 778 779 |
# File 'lib/quickfix_fields.rb', line 773 def initialize(data = nil) if( data == nil ) super(319) else super(319, data) end end |
Class Method Details
.field ⇒ Object
770 771 772 |
# File 'lib/quickfix_fields.rb', line 770 def RatioQty.field return 319 end |