Class: Quickfix::MassCancelResponse
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::MassCancelResponse
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MassCancelResponse
constructor
A new instance of MassCancelResponse.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ MassCancelResponse
Returns a new instance of MassCancelResponse.
7286 7287 7288 7289 7290 7291 7292 |
# File 'lib/quickfix_fields.rb', line 7286 def initialize(data = nil) if( data == nil ) super(531) else super(531, data) end end |
Class Method Details
.field ⇒ Object
7283 7284 7285 |
# File 'lib/quickfix_fields.rb', line 7283 def MassCancelResponse.field return 531 end |