Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateRelativeTo

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

Returns a new instance of UnderlyingProvisionCashSettlPaymentDateRelativeTo.



59039
59040
59041
59042
59043
59044
59045
# File 'lib/quickfix_fields.rb', line 59039

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

Class Method Details

.fieldObject



59036
59037
59038
# File 'lib/quickfix_fields.rb', line 59036

def UnderlyingProvisionCashSettlPaymentDateRelativeTo.field
  return 42093
end