Class: Quickfix::PegScope

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PegScope

Returns a new instance of PegScope.



6961
6962
6963
6964
6965
6966
6967
# File 'lib/quickfix_fields.rb', line 6961

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

Class Method Details

.fieldObject



6958
6959
6960
# File 'lib/quickfix_fields.rb', line 6958

def PegScope.field
  return 840
end