Class: Quickfix::NoContraBrokers

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

Returns a new instance of NoContraBrokers.



4764
4765
4766
4767
4768
4769
4770
# File 'lib/quickfix_fields.rb', line 4764

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

Class Method Details

.fieldObject



4761
4762
4763
# File 'lib/quickfix_fields.rb', line 4761

def NoContraBrokers.field
  return 382
end