Class: Quickfix::OrderEntryID
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::OrderEntryID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderEntryID
constructor
A new instance of OrderEntryID.
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 |