Class: Quickfix::UnderlyingProvisionCashSettlCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlCurrency

Returns a new instance of UnderlyingProvisionCashSettlCurrency.



60001
60002
60003
60004
60005
60006
60007
# File 'lib/quickfix_fields.rb', line 60001

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