Class: Quickfix::CommissionSharedIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CommissionSharedIndicator

Returns a new instance of CommissionSharedIndicator.



62939
62940
62941
62942
62943
62944
62945
# File 'lib/quickfix_fields.rb', line 62939

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