Class: Quickfix::MassCancelRequestType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::MassCancelRequestType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MassCancelRequestType
constructor
A new instance of MassCancelRequestType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ MassCancelRequestType
Returns a new instance of MassCancelRequestType.
7273 7274 7275 7276 7277 7278 7279 |
# File 'lib/quickfix_fields.rb', line 7273 def initialize(data = nil) if( data == nil ) super(530) else super(530, data) end end |
Class Method Details
.field ⇒ Object
7270 7271 7272 |
# File 'lib/quickfix_fields.rb', line 7270 def MassCancelRequestType.field return 530 end |