Class: Quickfix::LegClearingAccountType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegClearingAccountType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegClearingAccountType
constructor
A new instance of LegClearingAccountType.
Constructor Details
#initialize(data = nil) ⇒ LegClearingAccountType
Returns a new instance of LegClearingAccountType.
23757 23758 23759 23760 23761 23762 23763 |
# File 'lib/quickfix_fields.rb', line 23757 def initialize(data = nil) if( data == nil ) super(1817) else super(1817, data) end end |