Class: Quickfix::ProvisionCashSettlValueDateOffsetDayType

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



28879
28880
28881
28882
28883
28884
28885
# File 'lib/quickfix_fields.rb', line 28879

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

Class Method Details

.fieldObject



28876
28877
28878
# File 'lib/quickfix_fields.rb', line 28876

def ProvisionCashSettlValueDateOffsetDayType.field
  return 40121
end