Class: Quickfix::OnBehalfOfSubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OnBehalfOfSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OnBehalfOfSubID
constructor
A new instance of OnBehalfOfSubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OnBehalfOfSubID
Returns a new instance of OnBehalfOfSubID.
357 358 359 360 361 362 363 |
# File 'lib/quickfix_fields.rb', line 357 def initialize(data = nil) if( data == nil ) super(116) else super(116, data) end end |
Class Method Details
.field ⇒ Object
354 355 356 |
# File 'lib/quickfix_fields.rb', line 354 def OnBehalfOfSubID.field return 116 end |