Class: Quickfix::FloatingRateIndexID

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

Returns a new instance of FloatingRateIndexID.



76043
76044
76045
76046
76047
76048
76049
# File 'lib/quickfix_fields.rb', line 76043

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

Class Method Details

.fieldObject



76040
76041
76042
# File 'lib/quickfix_fields.rb', line 76040

def FloatingRateIndexID.field
	return 2731
end