Class: Quickfix::UnderlyingProvisionCashSettlValueDateOffsetDayType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateOffsetDayType

Returns a new instance of UnderlyingProvisionCashSettlValueDateOffsetDayType.



59260
59261
59262
59263
59264
59265
59266
# File 'lib/quickfix_fields.rb', line 59260

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

Class Method Details

.fieldObject



59257
59258
59259
# File 'lib/quickfix_fields.rb', line 59257

def UnderlyingProvisionCashSettlValueDateOffsetDayType.field
  return 42110
end