Class: Quickfix::PegLimitType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PegLimitType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PegLimitType
constructor
A new instance of PegLimitType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PegLimitType
Returns a new instance of PegLimitType.
11355 11356 11357 11358 11359 11360 11361 |
# File 'lib/quickfix_fields.rb', line 11355 def initialize(data = nil) if( data == nil ) super(837) else super(837, data) end end |
Class Method Details
.field ⇒ Object
11352 11353 11354 |
# File 'lib/quickfix_fields.rb', line 11352 def PegLimitType.field return 837 end |