Class: Quickfix::UnderlyingProvisionCashSettlCurrency2

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlCurrency2

Returns a new instance of UnderlyingProvisionCashSettlCurrency2.



60014
60015
60016
60017
60018
60019
60020
# File 'lib/quickfix_fields.rb', line 60014

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