Class: Quickfix::PegMoveType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PegMoveType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PegMoveType
constructor
A new instance of PegMoveType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PegMoveType
Returns a new instance of PegMoveType.
11329 11330 11331 11332 11333 11334 11335 |
# File 'lib/quickfix_fields.rb', line 11329 def initialize(data = nil) if( data == nil ) super(835) else super(835, data) end end |
Class Method Details
.field ⇒ Object
11326 11327 11328 |
# File 'lib/quickfix_fields.rb', line 11326 def PegMoveType.field return 835 end |