Class: Quickfix::LegFinancialInstrumentFullName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegFinancialInstrumentFullName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegFinancialInstrumentFullName
constructor
A new instance of LegFinancialInstrumentFullName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegFinancialInstrumentFullName
Returns a new instance of LegFinancialInstrumentFullName.
75861 75862 75863 75864 75865 75866 75867 |
# File 'lib/quickfix_fields.rb', line 75861 def initialize(data = nil) if( data == nil ) super(2717) else super(2717, data) end end |
Class Method Details
.field ⇒ Object
75858 75859 75860 |
# File 'lib/quickfix_fields.rb', line 75858 def LegFinancialInstrumentFullName.field return 2717 end |