Class: Quickfix::LegSettlRateFallbackReferencePage

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

Returns a new instance of LegSettlRateFallbackReferencePage.



32103
32104
32105
32106
32107
32108
32109
# File 'lib/quickfix_fields.rb', line 32103

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

Class Method Details

.fieldObject



32100
32101
32102
# File 'lib/quickfix_fields.rb', line 32100

def LegSettlRateFallbackReferencePage.field
	return 40370
end