Class: Quickfix::FinancialInstrumentShortName

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

Returns a new instance of FinancialInstrumentShortName.



76121
76122
76123
76124
76125
76126
76127
# File 'lib/quickfix_fields.rb', line 76121

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

Class Method Details

.fieldObject



76118
76119
76120
# File 'lib/quickfix_fields.rb', line 76118

def FinancialInstrumentShortName.field
	return 2737
end