Class: Quickfix::LongQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LongQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LongQty
constructor
A new instance of LongQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LongQty
Returns a new instance of LongQty.
9665 9666 9667 9668 9669 9670 9671 |
# File 'lib/quickfix_fields.rb', line 9665 def initialize(data = nil) if( data == nil ) super(704) else super(704, data) end end |
Class Method Details
.field ⇒ Object
9662 9663 9664 |
# File 'lib/quickfix_fields.rb', line 9662 def LongQty.field return 704 end |