Class: Quickfix::DividendEntitlementEvent

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

Returns a new instance of DividendEntitlementEvent.



63758
63759
63760
63761
63762
63763
63764
# File 'lib/quickfix_fields.rb', line 63758

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

Class Method Details

.fieldObject



63755
63756
63757
# File 'lib/quickfix_fields.rb', line 63755

def DividendEntitlementEvent.field
  return 42246
end