Class: Quickfix::TargetLocationID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TargetLocationID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetLocationID
constructor
A new instance of TargetLocationID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TargetLocationID
Returns a new instance of TargetLocationID.
448 449 450 451 452 453 454 |
# File 'lib/quickfix_fields.rb', line 448 def initialize(data = nil) if( data == nil ) super(143) else super(143, data) end end |
Class Method Details
.field ⇒ Object
445 446 447 |
# File 'lib/quickfix_fields.rb', line 445 def TargetLocationID.field return 143 end |