Class: Quickfix::UnderlyingFinancialInstrumentFullName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingFinancialInstrumentFullName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingFinancialInstrumentFullName
constructor
A new instance of UnderlyingFinancialInstrumentFullName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingFinancialInstrumentFullName
75900 75901 75902 75903 75904 75905 75906 |
# File 'lib/quickfix_fields.rb', line 75900 def initialize(data = nil) if( data == nil ) super(2720) else super(2720, data) end end |
Class Method Details
.field ⇒ Object
75897 75898 75899 |
# File 'lib/quickfix_fields.rb', line 75897 def .field return 2720 end |