Class: Quickfix::PegMoveType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PegMoveType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PegMoveType
constructor
A new instance of PegMoveType.
Constructor Details
#initialize(data = nil) ⇒ 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 |