Class: Quickfix::StreamNotional
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::StreamNotional
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamNotional
constructor
A new instance of StreamNotional.
Constructor Details
#initialize(data = nil) ⇒ 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 |