Class: Quickfix::OrderEntryID
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::OrderEntryID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderEntryID
constructor
A new instance of OrderEntryID.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ OrderEntryID
Returns a new instance of OrderEntryID.
60456 60457 60458 60459 60460 60461 60462 |
# File 'lib/quickfix_fields.rb', line 60456 def initialize(data = nil) if( data == nil ) super(2430) else super(2430, data) end end |
Class Method Details
.field ⇒ Object
60453 60454 60455 |
# File 'lib/quickfix_fields.rb', line 60453 def OrderEntryID.field return 2430 end |