Class: Quickfix::PegOffsetType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PegOffsetType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PegOffsetType
constructor
A new instance of PegOffsetType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PegOffsetType
Returns a new instance of PegOffsetType.
11342 11343 11344 11345 11346 11347 11348 |
# File 'lib/quickfix_fields.rb', line 11342 def initialize(data = nil) if( data == nil ) super(836) else super(836, data) end end |
Class Method Details
.field ⇒ Object
11339 11340 11341 |
# File 'lib/quickfix_fields.rb', line 11339 def PegOffsetType.field return 836 end |