Class: Quickfix::DividendAccrualPaymentDateOffsetUnit

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

Returns a new instance of DividendAccrualPaymentDateOffsetUnit.



63680
63681
63682
63683
63684
63685
63686
# File 'lib/quickfix_fields.rb', line 63680

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

Class Method Details

.fieldObject



63677
63678
63679
# File 'lib/quickfix_fields.rb', line 63677

def DividendAccrualPaymentDateOffsetUnit.field
  return 42240
end