Class: Quickfix::CommissionSharedIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

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

Class Method Details

.fieldObject



62936
62937
62938
# File 'lib/quickfix_fields.rb', line 62936

def CommissionSharedIndicator.field
  return 2647
end