Class: Quickfix::RefOrderID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RefOrderID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefOrderID
constructor
A new instance of RefOrderID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RefOrderID
Returns a new instance of RefOrderID.
14436 14437 14438 14439 14440 14441 14442 |
# File 'lib/quickfix_fields.rb', line 14436 def initialize(data = nil) if( data == nil ) super(1080) else super(1080, data) end end |
Class Method Details
.field ⇒ Object
14433 14434 14435 |
# File 'lib/quickfix_fields.rb', line 14433 def RefOrderID.field return 1080 end |