Class: Quickfix::UnderlyingProduct
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProduct
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProduct
constructor
A new instance of UnderlyingProduct.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProduct
Returns a new instance of UnderlyingProduct.
6415 6416 6417 6418 6419 6420 6421 |
# File 'lib/quickfix_fields.rb', line 6415 def initialize(data = nil) if( data == nil ) super(462) else super(462, data) end end |
Class Method Details
.field ⇒ Object
6412 6413 6414 |
# File 'lib/quickfix_fields.rb', line 6412 def .field return 462 end |