Class: Quickfix::ClearingIntention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ClearingIntention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ClearingIntention
constructor
A new instance of ClearingIntention.
Constructor Details
#initialize(data = nil) ⇒ ClearingIntention
Returns a new instance of ClearingIntention.
25200 25201 25202 25203 25204 25205 25206 |
# File 'lib/quickfix_fields.rb', line 25200 def initialize(data = nil) if( data == nil ) super(1924) else super(1924, data) end end |