Class: Quickfix::UnderlyingReturnRateQuoteCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteCurrency

Returns a new instance of UnderlyingReturnRateQuoteCurrency.



74522
74523
74524
74525
74526
74527
74528
# File 'lib/quickfix_fields.rb', line 74522

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