Class: Quickfix::RefCompID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RefCompID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefCompID
constructor
A new instance of RefCompID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RefCompID
Returns a new instance of RefCompID.
12551 12552 12553 12554 12555 12556 12557 |
# File 'lib/quickfix_fields.rb', line 12551 def initialize(data = nil) if( data == nil ) super(930) else super(930, data) end end |
Class Method Details
.field ⇒ Object
12548 12549 12550 |
# File 'lib/quickfix_fields.rb', line 12548 def RefCompID.field return 930 end |