Class: Quickfix::ParentAllocID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ParentAllocID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ParentAllocID
constructor
A new instance of ParentAllocID.
Constructor Details
#initialize(data = nil) ⇒ ParentAllocID
Returns a new instance of ParentAllocID.
21872 21873 21874 21875 21876 21877 21878 |
# File 'lib/quickfix_fields.rb', line 21872 def initialize(data = nil) if( data == nil ) super(1593) else super(1593, data) end end |