Class: Quickfix::DividendPeriodSequence

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



64135
64136
64137
64138
64139
64140
64141
# File 'lib/quickfix_fields.rb', line 64135

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

Class Method Details

.fieldObject



64132
64133
64134
# File 'lib/quickfix_fields.rb', line 64132

def DividendPeriodSequence.field
  return 42275
end