Class: Quickfix::UnderlyingProvisionCashSettlValueDateOffsetUnit

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

Returns a new instance of UnderlyingProvisionCashSettlValueDateOffsetUnit.



59247
59248
59249
59250
59251
59252
59253
# File 'lib/quickfix_fields.rb', line 59247

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

Class Method Details

.fieldObject



59244
59245
59246
# File 'lib/quickfix_fields.rb', line 59244

def UnderlyingProvisionCashSettlValueDateOffsetUnit.field
  return 42109
end