Class: Quickfix::CancellationRights
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::CancellationRights
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CancellationRights
constructor
A new instance of CancellationRights.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ CancellationRights
6636 6637 6638 6639 6640 6641 6642 |
# File 'lib/quickfix_fields.rb', line 6636 def initialize(data = nil) if( data == nil ) super(480) else super(480, data) end end |
Class Method Details
.field ⇒ Object
6633 6634 6635 |
# File 'lib/quickfix_fields.rb', line 6633 def CancellationRights.field return 480 end |