Class: Quickfix::PegScope
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PegScope
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PegScope
constructor
A new instance of PegScope.
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
.field ⇒ Object
6958 6959 6960 |
# File 'lib/quickfix_fields.rb', line 6958 def PegScope.field return 840 end |