Class: Quickfix::RelatedTradeIDSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RelatedTradeIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedTradeIDSource
constructor
A new instance of RelatedTradeIDSource.
Constructor Details
#initialize(data = nil) ⇒ RelatedTradeIDSource
Returns a new instance of RelatedTradeIDSource.
24329 24330 24331 24332 24333 24334 24335 |
# File 'lib/quickfix_fields.rb', line 24329 def initialize(data = nil) if( data == nil ) super(1857) else super(1857, data) end end |