Class: Quickfix::DerivativeProduct
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ DerivativeProduct
Returns a new instance of DerivativeProduct.
14904 14905 14906 14907 14908 14909 14910 |
# File 'lib/quickfix_fields.rb', line 14904 def initialize(data = nil) if( data == nil ) super(1246) else super(1246, data) end end |
Class Method Details
.field ⇒ Object
14901 14902 14903 |
# File 'lib/quickfix_fields.rb', line 14901 def DerivativeProduct.field return 1246 end |