Class: Quickfix::UnderlyingNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNotional
constructor
A new instance of UnderlyingNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNotional
Returns a new instance of UnderlyingNotional.
72247 72248 72249 72250 72251 72252 72253 |
# File 'lib/quickfix_fields.rb', line 72247 def initialize(data = nil) if( data == nil ) super(2614) else super(2614, data) end end |
Class Method Details
.field ⇒ Object
72244 72245 72246 |
# File 'lib/quickfix_fields.rb', line 72244 def UnderlyingNotional.field return 2614 end |