Class: Quickfix::ProvisionCashSettlValueTimeBusinessCenter

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

Returns a new instance of ProvisionCashSettlValueTimeBusinessCenter.



28801
28802
28803
28804
28805
28806
28807
# File 'lib/quickfix_fields.rb', line 28801

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

Class Method Details

.fieldObject



28798
28799
28800
# File 'lib/quickfix_fields.rb', line 28798

def ProvisionCashSettlValueTimeBusinessCenter.field
	return 40115
end