Class: Quickfix::LegStreamPaySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegStreamPaySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamPaySide
constructor
A new instance of LegStreamPaySide.
Constructor Details
#initialize(data = nil) ⇒ LegStreamPaySide
Returns a new instance of LegStreamPaySide.
30465 30466 30467 30468 30469 30470 30471 |
# File 'lib/quickfix_fields.rb', line 30465 def initialize(data = nil) if( data == nil ) super(40244) else super(40244, data) end end |