Class: Quickfix::LegFinancialInstrumentShortName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegFinancialInstrumentShortName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegFinancialInstrumentShortName
constructor
A new instance of LegFinancialInstrumentShortName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegFinancialInstrumentShortName
Returns a new instance of LegFinancialInstrumentShortName.
76160 76161 76162 76163 76164 76165 76166 |
# File 'lib/quickfix_fields.rb', line 76160 def initialize(data = nil) if( data == nil ) super(2740) else super(2740, data) end end |
Class Method Details
.field ⇒ Object
76157 76158 76159 |
# File 'lib/quickfix_fields.rb', line 76157 def LegFinancialInstrumentShortName.field return 2740 end |