Class: Quickfix::LegDividendPeriodPaymentDateOffsetUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDividendPeriodPaymentDateOffsetUnit

Returns a new instance of LegDividendPeriodPaymentDateOffsetUnit.



65669
65670
65671
65672
65673
65674
65675
# File 'lib/quickfix_fields.rb', line 65669

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

Class Method Details

.fieldObject



65666
65667
65668
# File 'lib/quickfix_fields.rb', line 65666

def LegDividendPeriodPaymentDateOffsetUnit.field
  return 42382
end