Class: Quickfix::PegScope
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PegScope
Returns a new instance of PegScope.
11394 11395 11396 11397 11398 11399 11400 |
# File 'lib/quickfix_fields.rb', line 11394 def initialize(data = nil) if( data == nil ) super(840) else super(840, data) end end |
Class Method Details
.field ⇒ Object
11391 11392 11393 |
# File 'lib/quickfix_fields.rb', line 11391 def PegScope.field return 840 end |