Class: Quickfix::RefClOrdID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RefClOrdID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefClOrdID
constructor
A new instance of RefClOrdID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RefClOrdID
Returns a new instance of RefClOrdID.
23614 23615 23616 23617 23618 23619 23620 |
# File 'lib/quickfix_fields.rb', line 23614 def initialize(data = nil) if( data == nil ) super(1806) else super(1806, data) end end |
Class Method Details
.field ⇒ Object
23611 23612 23613 |
# File 'lib/quickfix_fields.rb', line 23611 def RefClOrdID.field return 1806 end |