Class: Quickfix::LegQtyType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegQtyType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegQtyType
constructor
A new instance of LegQtyType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegQtyType
Returns a new instance of LegQtyType.
21846 21847 21848 21849 21850 21851 21852 |
# File 'lib/quickfix_fields.rb', line 21846 def initialize(data = nil) if( data == nil ) super(1591) else super(1591, data) end end |
Class Method Details
.field ⇒ Object
21843 21844 21845 |
# File 'lib/quickfix_fields.rb', line 21843 def LegQtyType.field return 1591 end |