Class: Quickfix::DerivativeOptAttribute
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::DerivativeOptAttribute
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeOptAttribute
constructor
A new instance of DerivativeOptAttribute.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ DerivativeOptAttribute
Returns a new instance of DerivativeOptAttribute.
16802 16803 16804 16805 16806 16807 16808 |
# File 'lib/quickfix_fields.rb', line 16802 def initialize(data = nil) if( data == nil ) super(1265) else super(1265, data) end end |
Class Method Details
.field ⇒ Object
16799 16800 16801 |
# File 'lib/quickfix_fields.rb', line 16799 def DerivativeOptAttribute.field return 1265 end |