Class: Quickfix::LegObligationType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegObligationType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegObligationType
constructor
A new instance of LegObligationType.
Constructor Details
#initialize(data = nil) ⇒ LegObligationType
Returns a new instance of LegObligationType.
42581 42582 42583 42584 42585 42586 42587 |
# File 'lib/quickfix_fields.rb', line 42581 def initialize(data = nil) if( data == nil ) super(2155) else super(2155, data) end end |