Class: Quickfix::UnderlyingDividendFloatingRateTreatment

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



71207
71208
71209
71210
71211
71212
71213
# File 'lib/quickfix_fields.rb', line 71207

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

Class Method Details

.fieldObject



71204
71205
71206
# File 'lib/quickfix_fields.rb', line 71204

def UnderlyingDividendFloatingRateTreatment.field
  return 42807
end