Class: Quickfix::AllocCommissionSharedIndicator

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocCommissionSharedIndicator

Returns a new instance of AllocCommissionSharedIndicator.



63121
63122
63123
63124
63125
63126
63127
# File 'lib/quickfix_fields.rb', line 63121

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