Class: Quickfix::UnderlyingFinancialInstrumentShortName

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) ⇒ UnderlyingFinancialInstrumentShortName

Returns a new instance of UnderlyingFinancialInstrumentShortName.



76290
76291
76292
76293
76294
76295
76296
# File 'lib/quickfix_fields.rb', line 76290

def initialize(data = nil)
	if( data == nil )
		super(2742)
	else
		super(2742, data)
	end
end

Class Method Details

.fieldObject



76287
76288
76289
# File 'lib/quickfix_fields.rb', line 76287

def UnderlyingFinancialInstrumentShortName.field
	return 2742
end