Class: Quickfix::ProvisionCashSettlCurrency

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

Returns a new instance of ProvisionCashSettlCurrency.



28723
28724
28725
28726
28727
28728
28729
# File 'lib/quickfix_fields.rb', line 28723

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

Class Method Details

.fieldObject



28720
28721
28722
# File 'lib/quickfix_fields.rb', line 28720

def ProvisionCashSettlCurrency.field
	return 40109
end