Class: Quickfix::LegStreamNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegStreamNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamNotional
constructor
A new instance of LegStreamNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegStreamNotional
Returns a new instance of LegStreamNotional.
30491 30492 30493 30494 30495 30496 30497 |
# File 'lib/quickfix_fields.rb', line 30491 def initialize(data = nil) if( data == nil ) super(40246) else super(40246, data) end end |
Class Method Details
.field ⇒ Object
30488 30489 30490 |
# File 'lib/quickfix_fields.rb', line 30488 def LegStreamNotional.field return 40246 end |