Class: Quickfix::UnderlyingDividendPeriodValuationDateOffsetUnit

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

Returns a new instance of UnderlyingDividendPeriodValuationDateOffsetUnit.



72052
72053
72054
72055
72056
72057
72058
# File 'lib/quickfix_fields.rb', line 72052

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

Class Method Details

.fieldObject



72049
72050
72051
# File 'lib/quickfix_fields.rb', line 72049

def UnderlyingDividendPeriodValuationDateOffsetUnit.field
  return 42872
end