Class: Quickfix::DeliveryScheduleNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::DeliveryScheduleNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleNotional
constructor
A new instance of DeliveryScheduleNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ DeliveryScheduleNotional
Returns a new instance of DeliveryScheduleNotional.
41593 41594 41595 41596 41597 41598 41599 |
# File 'lib/quickfix_fields.rb', line 41593 def initialize(data = nil) if( data == nil ) super(41040) else super(41040, data) end end |
Class Method Details
.field ⇒ Object
41590 41591 41592 |
# File 'lib/quickfix_fields.rb', line 41590 def DeliveryScheduleNotional.field return 41040 end |