Class: Quickfix::PegLimitType

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) ⇒ PegLimitType

Returns a new instance of PegLimitType.



108460
108461
108462
108463
108464
108465
108466
# File 'ext/quickfix/QuickfixRuby.cpp', line 108460

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

Class Method Details

.fieldObject



11209
11210
11211
# File 'lib/quickfix_fields.rb', line 11209

def PegLimitType.field
	return 837
end