Class: Quickfix::AllocRequestID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AllocRequestID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocRequestID
constructor
A new instance of AllocRequestID.
Constructor Details
#initialize(data = nil) ⇒ AllocRequestID
Returns a new instance of AllocRequestID.
76511 76512 76513 76514 76515 76516 76517 |
# File 'lib/quickfix_fields.rb', line 76511 def initialize(data = nil) if( data == nil ) super(2758) else super(2758, data) end end |