Class: Quickfix::DeliveryStreamDeliveryContingentPartySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DeliveryStreamDeliveryContingentPartySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryStreamDeliveryContingentPartySide
constructor
A new instance of DeliveryStreamDeliveryContingentPartySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DeliveryStreamDeliveryContingentPartySide
Returns a new instance of DeliveryStreamDeliveryContingentPartySide.
41918 41919 41920 41921 41922 41923 41924 |
# File 'lib/quickfix_fields.rb', line 41918 def initialize(data = nil) if( data == nil ) super(41065) else super(41065, data) end end |
Class Method Details
.field ⇒ Object
41915 41916 41917 |
# File 'lib/quickfix_fields.rb', line 41915 def DeliveryStreamDeliveryContingentPartySide.field return 41065 end |