Class: Quickfix::MassActionResponse
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MassActionResponse
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MassActionResponse
constructor
A new instance of MassActionResponse.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MassActionResponse
Returns a new instance of MassActionResponse.
18258 18259 18260 18261 18262 18263 18264 |
# File 'lib/quickfix_fields.rb', line 18258 def initialize(data = nil) if( data == nil ) super(1375) else super(1375, data) end end |
Class Method Details
.field ⇒ Object
18255 18256 18257 |
# File 'lib/quickfix_fields.rb', line 18255 def MassActionResponse.field return 1375 end |