Class: Quickfix::ObligationType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ObligationType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ObligationType
constructor
A new instance of ObligationType.
Constructor Details
#initialize(data = nil) ⇒ ObligationType
Returns a new instance of ObligationType.
22587 22588 22589 22590 22591 22592 22593 |
# File 'lib/quickfix_fields.rb', line 22587 def initialize(data = nil) if( data == nil ) super(1739) else super(1739, data) end end |