Class: Quickfix::LegDividendEntitlementEvent

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

Returns a new instance of LegDividendEntitlementEvent.



65097
65098
65099
65100
65101
65102
65103
# File 'lib/quickfix_fields.rb', line 65097

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

Class Method Details

.fieldObject



65094
65095
65096
# File 'lib/quickfix_fields.rb', line 65094

def LegDividendEntitlementEvent.field
  return 42338
end