Class: Quickfix::DerivativeProduct
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DerivativeProduct
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeProduct
constructor
A new instance of DerivativeProduct.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DerivativeProduct
Returns a new instance of DerivativeProduct.
16555 16556 16557 16558 16559 16560 16561 |
# File 'lib/quickfix_fields.rb', line 16555 def initialize(data = nil) if( data == nil ) super(1246) else super(1246, data) end end |
Class Method Details
.field ⇒ Object
16552 16553 16554 |
# File 'lib/quickfix_fields.rb', line 16552 def DerivativeProduct.field return 1246 end |