Class: Quickfix::LegProvisionCashSettlValueDateBusinessCenter

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

Returns a new instance of LegProvisionCashSettlValueDateBusinessCenter.



34144
34145
34146
34147
34148
34149
34150
# File 'lib/quickfix_fields.rb', line 34144

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

Class Method Details

.fieldObject



34141
34142
34143
# File 'lib/quickfix_fields.rb', line 34141

def LegProvisionCashSettlValueDateBusinessCenter.field
	return 40527
end