Class: Quickfix::ClearingAccountType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ClearingAccountType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ClearingAccountType
constructor
A new instance of ClearingAccountType.
Constructor Details
#initialize(data = nil) ⇒ ClearingAccountType
Returns a new instance of ClearingAccountType.
23744 23745 23746 23747 23748 23749 23750 |
# File 'lib/quickfix_fields.rb', line 23744 def initialize(data = nil) if( data == nil ) super(1816) else super(1816, data) end end |