Class: Quickfix::UnderlyingFXRateCalc

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingFXRateCalc

Returns a new instance of UnderlyingFXRateCalc.



18232
18233
18234
18235
18236
18237
18238
# File 'lib/quickfix_fields.rb', line 18232

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

Class Method Details

.fieldObject



18229
18230
18231
# File 'lib/quickfix_fields.rb', line 18229

def UnderlyingFXRateCalc.field
	return 1046
end