Class: Quickfix::PegOffsetType

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



5229
5230
5231
# File 'lib/quickfix_fields.rb', line 5229

def PegOffsetType.field
	return 836
end