Class: Quickfix::UnderlyingDeliveryStreamDeliveryContingentPartySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDeliveryStreamDeliveryContingentPartySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryContingentPartySide
constructor
A new instance of UnderlyingDeliveryStreamDeliveryContingentPartySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryContingentPartySide
Returns a new instance of UnderlyingDeliveryStreamDeliveryContingentPartySide.
53254 53255 53256 53257 53258 53259 53260 |
# File 'lib/quickfix_fields.rb', line 53254 def initialize(data = nil) if( data == nil ) super(41784) else super(41784, data) end end |
Class Method Details
.field ⇒ Object
53251 53252 53253 |
# File 'lib/quickfix_fields.rb', line 53251 def .field return 41784 end |