Class: Quickfix::UnderlyingProvisionCashSettlValueTimeBusinessCenter

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

Returns a new instance of UnderlyingProvisionCashSettlValueTimeBusinessCenter.



59195
59196
59197
59198
59199
59200
59201
# File 'lib/quickfix_fields.rb', line 59195

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

Class Method Details

.fieldObject



59192
59193
59194
# File 'lib/quickfix_fields.rb', line 59192

def UnderlyingProvisionCashSettlValueTimeBusinessCenter.field
	return 42105
end