Class: Quickfix::DeliverToLocationID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DeliverToLocationID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliverToLocationID
constructor
A new instance of DeliverToLocationID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DeliverToLocationID
474 475 476 477 478 479 480 |
# File 'lib/quickfix_fields.rb', line 474 def initialize(data = nil) if( data == nil ) super(145) else super(145, data) end end |
Class Method Details
.field ⇒ Object
471 472 473 |
# File 'lib/quickfix_fields.rb', line 471 def DeliverToLocationID.field return 145 end |