Class: Quickfix::OnBehalfOfLocationID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OnBehalfOfLocationID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OnBehalfOfLocationID
constructor
A new instance of OnBehalfOfLocationID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OnBehalfOfLocationID
461 462 463 464 465 466 467 |
# File 'lib/quickfix_fields.rb', line 461 def initialize(data = nil) if( data == nil ) super(144) else super(144, data) end end |
Class Method Details
.field ⇒ Object
458 459 460 |
# File 'lib/quickfix_fields.rb', line 458 def OnBehalfOfLocationID.field return 144 end |