Class: Quickfix::LegDividendPeriodPaymentDateOffsetPeriod

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

Returns a new instance of LegDividendPeriodPaymentDateOffsetPeriod.



65656
65657
65658
65659
65660
65661
65662
# File 'lib/quickfix_fields.rb', line 65656

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

Class Method Details

.fieldObject



65653
65654
65655
# File 'lib/quickfix_fields.rb', line 65653

def LegDividendPeriodPaymentDateOffsetPeriod.field
  return 42381
end