Class: Quickfix::NoUnderlyingDividendPeriodBusinessCenters

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

Returns a new instance of NoUnderlyingDividendPeriodBusinessCenters.



72182
72183
72184
72185
72186
72187
72188
# File 'lib/quickfix_fields.rb', line 72182

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

Class Method Details

.fieldObject



72179
72180
72181
# File 'lib/quickfix_fields.rb', line 72179

def NoUnderlyingDividendPeriodBusinessCenters.field
  return 42882
end