Class: Quickfix::PegMoveType
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ PegMoveType
Returns a new instance of PegMoveType.
5583 5584 5585 5586 5587 5588 5589 |
# File 'lib/quickfix_fields.rb', line 5583 def initialize(data = nil) if( data == nil ) super(835) else super(835, data) end end |
Class Method Details
.field ⇒ Object
5580 5581 5582 |
# File 'lib/quickfix_fields.rb', line 5580 def PegMoveType.field return 835 end |