Class: Quickfix::LegDividendComposition

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

Returns a new instance of LegDividendComposition.



65266
65267
65268
65269
65270
65271
65272
# File 'lib/quickfix_fields.rb', line 65266

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

Class Method Details

.fieldObject



65263
65264
65265
# File 'lib/quickfix_fields.rb', line 65263

def LegDividendComposition.field
  return 42351
end