Class: Quickfix::LegDividendPeriodSequence

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

Returns a new instance of LegDividendPeriodSequence.



65474
65475
65476
65477
65478
65479
65480
# File 'lib/quickfix_fields.rb', line 65474

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

Class Method Details

.fieldObject



65471
65472
65473
# File 'lib/quickfix_fields.rb', line 65471

def LegDividendPeriodSequence.field
  return 42367
end