Class: Quickfix::LegQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegQty
constructor
A new instance of LegQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegQty
Returns a new instance of LegQty.
9444 9445 9446 9447 9448 9449 9450 |
# File 'lib/quickfix_fields.rb', line 9444 def initialize(data = nil) if( data == nil ) super(687) else super(687, data) end end |
Class Method Details
.field ⇒ Object
9441 9442 9443 |
# File 'lib/quickfix_fields.rb', line 9441 def LegQty.field return 687 end |