Class: Quickfix::QuantityType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::QuantityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuantityType
constructor
A new instance of QuantityType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ QuantityType
Returns a new instance of QuantityType.
6441 6442 6443 6444 6445 6446 6447 |
# File 'lib/quickfix_fields.rb', line 6441 def initialize(data = nil) if( data == nil ) super(465) else super(465, data) end end |
Class Method Details
.field ⇒ Object
6438 6439 6440 |
# File 'lib/quickfix_fields.rb', line 6438 def QuantityType.field return 465 end |