Class: Quickfix::OrderID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OrderID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderID
constructor
A new instance of OrderID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OrderID
Returns a new instance of OrderID.
1293 1294 1295 1296 1297 1298 1299 |
# File 'lib/quickfix_fields.rb', line 1293 def initialize(data = nil) if( data == nil ) super(37) else super(37, data) end end |
Class Method Details
.field ⇒ Object
1290 1291 1292 |
# File 'lib/quickfix_fields.rb', line 1290 def OrderID.field return 37 end |