Class: Quickfix::DeliverToCompID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DeliverToCompID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliverToCompID
constructor
A new instance of DeliverToCompID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DeliverToCompID
396 397 398 399 400 401 402 |
# File 'lib/quickfix_fields.rb', line 396 def initialize(data = nil) if( data == nil ) super(128) else super(128, data) end end |
Class Method Details
.field ⇒ Object
393 394 395 |
# File 'lib/quickfix_fields.rb', line 393 def DeliverToCompID.field return 128 end |