Class: Quickfix::UnderlyingProvisionCashSettlValueTime

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

Returns a new instance of UnderlyingProvisionCashSettlValueTime.



59182
59183
59184
59185
59186
59187
59188
# File 'lib/quickfix_fields.rb', line 59182

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

Class Method Details

.fieldObject



59179
59180
59181
# File 'lib/quickfix_fields.rb', line 59179

def UnderlyingProvisionCashSettlValueTime.field
	return 42104
end