Class: Quickfix::NoUnderlyingReturnRateFXConversions

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingReturnRateFXConversions

Returns a new instance of NoUnderlyingReturnRateFXConversions.



74327
74328
74329
74330
74331
74332
74333
# File 'lib/quickfix_fields.rb', line 74327

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

Class Method Details

.fieldObject



74324
74325
74326
# File 'lib/quickfix_fields.rb', line 74324

def NoUnderlyingReturnRateFXConversions.field
	return 43030
end