Class: Quickfix::DividendPeriodBusinessDayConvention

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DividendPeriodBusinessDayConvention

Returns a new instance of DividendPeriodBusinessDayConvention.



64200
64201
64202
64203
64204
64205
64206
# File 'lib/quickfix_fields.rb', line 64200

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

Class Method Details

.fieldObject



64197
64198
64199
# File 'lib/quickfix_fields.rb', line 64197

def DividendPeriodBusinessDayConvention.field
  return 42280
end