Class: Quickfix::UnderlyingProvisionCashSettlValueDateBusinessCenter

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

Returns a new instance of UnderlyingProvisionCashSettlValueDateBusinessCenter.



60222
60223
60224
60225
60226
60227
60228
# File 'lib/quickfix_fields.rb', line 60222

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

Class Method Details

.fieldObject



60219
60220
60221
# File 'lib/quickfix_fields.rb', line 60219

def UnderlyingProvisionCashSettlValueDateBusinessCenter.field
	return 42183
end