Class: Quickfix::UnderlyingDeliveryScheduleNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingDeliveryScheduleNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleNotional
constructor
A new instance of UnderlyingDeliveryScheduleNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleNotional
Returns a new instance of UnderlyingDeliveryScheduleNotional.
52929 52930 52931 52932 52933 52934 52935 |
# File 'lib/quickfix_fields.rb', line 52929 def initialize(data = nil) if( data == nil ) super(41759) else super(41759, data) end end |
Class Method Details
.field ⇒ Object
52926 52927 52928 |
# File 'lib/quickfix_fields.rb', line 52926 def UnderlyingDeliveryScheduleNotional.field return 41759 end |