Class: Quickfix::EncodedLegFinancialInstrumentFullName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EncodedLegFinancialInstrumentFullName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedLegFinancialInstrumentFullName
constructor
A new instance of EncodedLegFinancialInstrumentFullName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EncodedLegFinancialInstrumentFullName
Returns a new instance of EncodedLegFinancialInstrumentFullName.
75887 75888 75889 75890 75891 75892 75893 |
# File 'lib/quickfix_fields.rb', line 75887 def initialize(data = nil) if( data == nil ) super(2719) else super(2719, data) end end |
Class Method Details
.field ⇒ Object
75884 75885 75886 |
# File 'lib/quickfix_fields.rb', line 75884 def EncodedLegFinancialInstrumentFullName.field return 2719 end |