Class: Quickfix::UnderlyingProvisionCashSettlValueDateAdjusted

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

Returns a new instance of UnderlyingProvisionCashSettlValueDateAdjusted.



59273
59274
59275
59276
59277
59278
59279
# File 'lib/quickfix_fields.rb', line 59273

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

Class Method Details

.fieldObject



59270
59271
59272
# File 'lib/quickfix_fields.rb', line 59270

def UnderlyingProvisionCashSettlValueDateAdjusted.field
  return 42111
end