Class: Quickfix::DerivativeOptAttribute
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::DerivativeOptAttribute
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeOptAttribute
constructor
A new instance of DerivativeOptAttribute.
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 |