Class: Quickfix::StreamNotionalAdjustments
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::StreamNotionalAdjustments
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamNotionalAdjustments
constructor
A new instance of StreamNotionalAdjustments.
Constructor Details
#initialize(data = nil) ⇒ StreamNotionalAdjustments
Returns a new instance of StreamNotionalAdjustments.
70908 70909 70910 70911 70912 70913 70914 |
# File 'lib/quickfix_fields.rb', line 70908 def initialize(data = nil) if( data == nil ) super(42787) else super(42787, data) end end |