Class: Quickfix::UnderlyingReturnRateQuoteMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteMethod

Returns a new instance of UnderlyingReturnRateQuoteMethod.



74509
74510
74511
74512
74513
74514
74515
# File 'lib/quickfix_fields.rb', line 74509

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