Class: Quickfix::LegFinancialInstrumentShortName

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



76157
76158
76159
# File 'lib/quickfix_fields.rb', line 76157

def LegFinancialInstrumentShortName.field
  return 2740
end