Class: Quickfix::MassActionScope
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MassActionScope
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MassActionScope
constructor
A new instance of MassActionScope.
Constructor Details
#initialize(data = nil) ⇒ MassActionScope
Returns a new instance of MassActionScope.
18245 18246 18247 18248 18249 18250 18251 |
# File 'lib/quickfix_fields.rb', line 18245 def initialize(data = nil) if( data == nil ) super(1374) else super(1374, data) end end |