Class: Quickfix::SenderLocationID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SenderLocationID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SenderLocationID
constructor
A new instance of SenderLocationID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SenderLocationID
Returns a new instance of SenderLocationID.
435 436 437 438 439 440 441 |
# File 'lib/quickfix_fields.rb', line 435 def initialize(data = nil) if( data == nil ) super(142) else super(142, data) end end |
Class Method Details
.field ⇒ Object
432 433 434 |
# File 'lib/quickfix_fields.rb', line 432 def SenderLocationID.field return 142 end |