Class: Quickfix::ProvisionCashSettlValueDateRelativeTo

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

Returns a new instance of ProvisionCashSettlValueDateRelativeTo.



28840
28841
28842
28843
28844
28845
28846
# File 'lib/quickfix_fields.rb', line 28840

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

Class Method Details

.fieldObject



28837
28838
28839
# File 'lib/quickfix_fields.rb', line 28837

def ProvisionCashSettlValueDateRelativeTo.field
  return 40118
end