Class: Quickfix::UnderlyingPaymentStreamInitialFixingDateOffsetPeriod

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

Returns a new instance of UnderlyingPaymentStreamInitialFixingDateOffsetPeriod.



35106
35107
35108
35109
35110
35111
35112
# File 'lib/quickfix_fields.rb', line 35106

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

Class Method Details

.fieldObject



35103
35104
35105
# File 'lib/quickfix_fields.rb', line 35103

def UnderlyingPaymentStreamInitialFixingDateOffsetPeriod.field
  return 40601
end