Class: Quickfix::UnderlyingDividendPeriodPaymentDateOffsetUnit

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

Returns a new instance of UnderlyingDividendPeriodPaymentDateOffsetUnit.



72130
72131
72132
72133
72134
72135
72136
# File 'lib/quickfix_fields.rb', line 72130

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

Class Method Details

.fieldObject



72127
72128
72129
# File 'lib/quickfix_fields.rb', line 72127

def UnderlyingDividendPeriodPaymentDateOffsetUnit.field
  return 42878
end