Class: Quickfix::StreamNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::StreamNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamNotional
constructor
A new instance of StreamNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ StreamNotional
Returns a new instance of StreamNotional.
28008 28009 28010 28011 28012 28013 28014 |
# File 'lib/quickfix_fields.rb', line 28008 def initialize(data = nil) if( data == nil ) super(40054) else super(40054, data) end end |
Class Method Details
.field ⇒ Object
28005 28006 28007 |
# File 'lib/quickfix_fields.rb', line 28005 def StreamNotional.field return 40054 end |