Class: Quickfix::UnderlyingStreamPaySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingStreamPaySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamPaySide
constructor
A new instance of UnderlyingStreamPaySide.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamPaySide
Returns a new instance of UnderlyingStreamPaySide.
34352 34353 34354 34355 34356 34357 34358 |
# File 'lib/quickfix_fields.rb', line 34352 def initialize(data = nil) if( data == nil ) super(40543) else super(40543, data) end end |