Class: Quickfix::LegReturnRatePriceCurrency

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

Returns a new instance of LegReturnRatePriceCurrency.



68074
68075
68076
68077
68078
68079
68080
# File 'lib/quickfix_fields.rb', line 68074

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

Class Method Details

.fieldObject



68071
68072
68073
# File 'lib/quickfix_fields.rb', line 68071

def LegReturnRatePriceCurrency.field
	return 42567
end