Class: Quickfix::NoUnderlyingProvisionCashSettlPaymentDates

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

Returns a new instance of NoUnderlyingProvisionCashSettlPaymentDates.



59117
59118
59119
59120
59121
59122
59123
# File 'lib/quickfix_fields.rb', line 59117

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

Class Method Details

.fieldObject



59114
59115
59116
# File 'lib/quickfix_fields.rb', line 59114

def NoUnderlyingProvisionCashSettlPaymentDates.field
  return 42099
end