Class: Quickfix::UnderlyingProvisionCashSettlCurrency

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) ⇒ 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

Class Method Details

.fieldObject



59998
59999
60000
# File 'lib/quickfix_fields.rb', line 59998

def UnderlyingProvisionCashSettlCurrency.field
	return 42167
end