Class: Quickfix::UnderlyingProvisionCashSettlValueDateRelativeTo

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

Returns a new instance of UnderlyingProvisionCashSettlValueDateRelativeTo.



59221
59222
59223
59224
59225
59226
59227
# File 'lib/quickfix_fields.rb', line 59221

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

Class Method Details

.fieldObject



59218
59219
59220
# File 'lib/quickfix_fields.rb', line 59218

def UnderlyingProvisionCashSettlValueDateRelativeTo.field
  return 42107
end