Class: Quickfix::DerivativeSymbolSfx
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeSymbolSfx
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeSymbolSfx
constructor
A new instance of DerivativeSymbolSfx.
Constructor Details
#initialize(data = nil) ⇒ DerivativeSymbolSfx
Returns a new instance of DerivativeSymbolSfx.
16191 16192 16193 16194 16195 16196 16197 |
# File 'lib/quickfix_fields.rb', line 16191 def initialize(data = nil) if( data == nil ) super(1215) else super(1215, data) end end |