Class: Quickfix::LegProvisionCashSettlCurrency

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

Returns a new instance of LegProvisionCashSettlCurrency.



33364
33365
33366
33367
33368
33369
33370
# File 'lib/quickfix_fields.rb', line 33364

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

Class Method Details

.fieldObject



33361
33362
33363
# File 'lib/quickfix_fields.rb', line 33361

def LegProvisionCashSettlCurrency.field
	return 40467
end