Class: Quickfix::SettlObligID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlObligID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlObligID
constructor
A new instance of SettlObligID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlObligID
Returns a new instance of SettlObligID.
15489 15490 15491 15492 15493 15494 15495 |
# File 'lib/quickfix_fields.rb', line 15489 def initialize(data = nil) if( data == nil ) super(1161) else super(1161, data) end end |
Class Method Details
.field ⇒ Object
15486 15487 15488 |
# File 'lib/quickfix_fields.rb', line 15486 def SettlObligID.field return 1161 end |