Class: Quickfix::LegStreamTotalNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegStreamTotalNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamTotalNotional
constructor
A new instance of LegStreamTotalNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegStreamTotalNotional
Returns a new instance of LegStreamTotalNotional.
51954 51955 51956 51957 51958 51959 51960 |
# File 'lib/quickfix_fields.rb', line 51954 def initialize(data = nil) if( data == nil ) super(41707) else super(41707, data) end end |
Class Method Details
.field ⇒ Object
51951 51952 51953 |
# File 'lib/quickfix_fields.rb', line 51951 def LegStreamTotalNotional.field return 41707 end |