Class: Quickfix::NoLegDividendPeriods

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

Returns a new instance of NoLegDividendPeriods.



65461
65462
65463
65464
65465
65466
65467
# File 'lib/quickfix_fields.rb', line 65461

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

Class Method Details

.fieldObject



65458
65459
65460
# File 'lib/quickfix_fields.rb', line 65458

def NoLegDividendPeriods.field
  return 42366
end