Class: Quickfix::UnderlyingFinancialInstrumentShortName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingFinancialInstrumentShortName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingFinancialInstrumentShortName
constructor
A new instance of UnderlyingFinancialInstrumentShortName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingFinancialInstrumentShortName
Returns a new instance of UnderlyingFinancialInstrumentShortName.
76290 76291 76292 76293 76294 76295 76296 |
# File 'lib/quickfix_fields.rb', line 76290 def initialize(data = nil) if( data == nil ) super(2742) else super(2742, data) end end |
Class Method Details
.field ⇒ Object
76287 76288 76289 |
# File 'lib/quickfix_fields.rb', line 76287 def UnderlyingFinancialInstrumentShortName.field return 2742 end |