Class: Quickfix::NoDividendPeriods

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

Returns a new instance of NoDividendPeriods.



64122
64123
64124
64125
64126
64127
64128
# File 'lib/quickfix_fields.rb', line 64122

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

Class Method Details

.fieldObject



64119
64120
64121
# File 'lib/quickfix_fields.rb', line 64119

def NoDividendPeriods.field
  return 42274
end