Class: Quickfix::DerivativeSymbolSfx
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeSymbolSfx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
16503 16504 16505 16506 16507 16508 16509 |
# File 'lib/quickfix_fields.rb', line 16503 def initialize(data = nil) if( data == nil ) super(1215) else super(1215, data) end end |
Class Method Details
.field ⇒ Object
16500 16501 16502 |
# File 'lib/quickfix_fields.rb', line 16500 def DerivativeSymbolSfx.field return 1215 end |