Class: Quickfix::AllocAccount
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AllocAccount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocAccount
constructor
A new instance of AllocAccount.
Constructor Details
#initialize(data = nil) ⇒ AllocAccount
Returns a new instance of AllocAccount.
1722 1723 1724 1725 1726 1727 1728 |
# File 'lib/quickfix_fields.rb', line 1722 def initialize(data = nil) if( data == nil ) super(79) else super(79, data) end end |