Class: Quickfix::PegOffsetType
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ PegOffsetType
Returns a new instance of PegOffsetType.
5232 5233 5234 5235 5236 5237 5238 |
# File 'lib/quickfix_fields.rb', line 5232 def initialize(data = nil) if( data == nil ) super(836) else super(836, data) end end |
Class Method Details
.field ⇒ Object
5229 5230 5231 |
# File 'lib/quickfix_fields.rb', line 5229 def PegOffsetType.field return 836 end |