Class: Quickfix::StreamTotalNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::StreamTotalNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamTotalNotional
constructor
A new instance of StreamTotalNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ StreamTotalNotional
Returns a new instance of StreamTotalNotional.
46247 46248 46249 46250 46251 46252 46253 |
# File 'lib/quickfix_fields.rb', line 46247 def initialize(data = nil) if( data == nil ) super(41310) else super(41310, data) end end |
Class Method Details
.field ⇒ Object
46244 46245 46246 |
# File 'lib/quickfix_fields.rb', line 46244 def StreamTotalNotional.field return 41310 end |