Class: Quickfix::MassActionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MassActionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MassActionType
constructor
A new instance of MassActionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MassActionType
Returns a new instance of MassActionType.
18232 18233 18234 18235 18236 18237 18238 |
# File 'lib/quickfix_fields.rb', line 18232 def initialize(data = nil) if( data == nil ) super(1373) else super(1373, data) end end |
Class Method Details
.field ⇒ Object
18229 18230 18231 |
# File 'lib/quickfix_fields.rb', line 18229 def MassActionType.field return 1373 end |