Class: Quickfix::CancellationRights
- Inherits:
-
CharField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ CancellationRights
Returns a new instance of CancellationRights.
5687 5688 5689 5690 5691 5692 5693 |
# File 'lib/quickfix_fields.rb', line 5687 def initialize(data = nil) if( data == nil ) super(480) else super(480, data) end end |
Class Method Details
.field ⇒ Object
5684 5685 5686 |
# File 'lib/quickfix_fields.rb', line 5684 def CancellationRights.field return 480 end |