Class: Quickfix::UnderlyingSymbolSfx
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingSymbolSfx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSymbolSfx
constructor
A new instance of UnderlyingSymbolSfx.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSymbolSfx
Returns a new instance of UnderlyingSymbolSfx.
17036 17037 17038 17039 17040 17041 17042 |
# File 'lib/quickfix_fields.rb', line 17036 def initialize(data = nil) if( data == nil ) super(312) else super(312, data) end end |
Class Method Details
.field ⇒ Object
17033 17034 17035 |
# File 'lib/quickfix_fields.rb', line 17033 def .field return 312 end |