Class: Quickfix::DividendPeriodPaymentDateOffsetUnit

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

Returns a new instance of DividendPeriodPaymentDateOffsetUnit.



64330
64331
64332
64333
64334
64335
64336
# File 'lib/quickfix_fields.rb', line 64330

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

Class Method Details

.fieldObject



64327
64328
64329
# File 'lib/quickfix_fields.rb', line 64327

def DividendPeriodPaymentDateOffsetUnit.field
  return 42290
end