Class: Quickfix::StreamNotionalAdjustments
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StreamNotionalAdjustments
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamNotionalAdjustments
constructor
A new instance of StreamNotionalAdjustments.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
70905 70906 70907 |
# File 'lib/quickfix_fields.rb', line 70905 def StreamNotionalAdjustments.field return 42787 end |