Class: Quickfix::PegOffsetType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ PegOffsetType

Returns a new instance of PegOffsetType.



108362
108363
108364
108365
108366
108367
108368
# File 'ext/quickfix/QuickfixRuby.cpp', line 108362

def initialize(data = nil)
	if( data == nil )
		super(836)
	else
		super(836, data)
	end
end

Class Method Details

.fieldObject



11196
11197
11198
# File 'lib/quickfix_fields.rb', line 11196

def PegOffsetType.field
	return 836
end