Class: Quickfix::LegProvisionCashSettlCurrency2

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

Returns a new instance of LegProvisionCashSettlCurrency2.



33377
33378
33379
33380
33381
33382
33383
# File 'lib/quickfix_fields.rb', line 33377

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

Class Method Details

.fieldObject



33374
33375
33376
# File 'lib/quickfix_fields.rb', line 33374

def LegProvisionCashSettlCurrency2.field
	return 40468
end