Class: Quickfix::OrigClOrdID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OrigClOrdID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrigClOrdID
constructor
A new instance of OrigClOrdID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OrigClOrdID
Returns a new instance of OrigClOrdID.
1345 1346 1347 1348 1349 1350 1351 |
# File 'lib/quickfix_fields.rb', line 1345 def initialize(data = nil) if( data == nil ) super(41) else super(41, data) end end |
Class Method Details
.field ⇒ Object
1342 1343 1344 |
# File 'lib/quickfix_fields.rb', line 1342 def OrigClOrdID.field return 41 end |