Class: Quickfix::LegProduct
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProduct
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProduct
constructor
A new instance of LegProduct.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProduct
Returns a new instance of LegProduct.
8248 8249 8250 8251 8252 8253 8254 |
# File 'lib/quickfix_fields.rb', line 8248 def initialize(data = nil) if( data == nil ) super(607) else super(607, data) end end |
Class Method Details
.field ⇒ Object
8245 8246 8247 |
# File 'lib/quickfix_fields.rb', line 8245 def LegProduct.field return 607 end |