Class: Quickfix::OnBehalfOfCompID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OnBehalfOfCompID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OnBehalfOfCompID
constructor
A new instance of OnBehalfOfCompID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OnBehalfOfCompID
Returns a new instance of OnBehalfOfCompID.
344 345 346 347 348 349 350 |
# File 'lib/quickfix_fields.rb', line 344 def initialize(data = nil) if( data == nil ) super(115) else super(115, data) end end |
Class Method Details
.field ⇒ Object
341 342 343 |
# File 'lib/quickfix_fields.rb', line 341 def OnBehalfOfCompID.field return 115 end |