Class: Quickfix::SettlRateFallbackReferencePage

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

Returns a new instance of SettlRateFallbackReferencePage.



35808
35809
35810
35811
35812
35813
35814
# File 'lib/quickfix_fields.rb', line 35808

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

Class Method Details

.fieldObject



35805
35806
35807
# File 'lib/quickfix_fields.rb', line 35805

def SettlRateFallbackReferencePage.field
	return 40655
end