Class: Quickfix::NoAllocCommissions

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

Returns a new instance of NoAllocCommissions.



63017
63018
63019
63020
63021
63022
63023
# File 'lib/quickfix_fields.rb', line 63017

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

Class Method Details

.fieldObject



63014
63015
63016
# File 'lib/quickfix_fields.rb', line 63014

def NoAllocCommissions.field
  return 2653
end