Class: Quickfix::DividendPeriodPaymentDateOffsetPeriod

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

Returns a new instance of DividendPeriodPaymentDateOffsetPeriod.



64317
64318
64319
64320
64321
64322
64323
# File 'lib/quickfix_fields.rb', line 64317

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

Class Method Details

.fieldObject



64314
64315
64316
# File 'lib/quickfix_fields.rb', line 64314

def DividendPeriodPaymentDateOffsetPeriod.field
  return 42289
end