Class: Quickfix::AllocAccountType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AllocAccountType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocAccountType
constructor
A new instance of AllocAccountType.
Constructor Details
#initialize(data = nil) ⇒ AllocAccountType
Returns a new instance of AllocAccountType.
10874 10875 10876 10877 10878 10879 10880 |
# File 'lib/quickfix_fields.rb', line 10874 def initialize(data = nil) if( data == nil ) super(798) else super(798, data) end end |