Class: Quickfix::UnderlyingProvisionCashSettlCurrency2

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



60011
60012
60013
# File 'lib/quickfix_fields.rb', line 60011

def UnderlyingProvisionCashSettlCurrency2.field
	return 42168
end