Class: Quickfix::LegDeliveryStreamDeliveryContingentPartySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDeliveryStreamDeliveryContingentPartySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryContingentPartySide
constructor
A new instance of LegDeliveryStreamDeliveryContingentPartySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryContingentPartySide
Returns a new instance of LegDeliveryStreamDeliveryContingentPartySide.
48353 48354 48355 48356 48357 48358 48359 |
# File 'lib/quickfix_fields.rb', line 48353 def initialize(data = nil) if( data == nil ) super(41436) else super(41436, data) end end |
Class Method Details
.field ⇒ Object
48350 48351 48352 |
# File 'lib/quickfix_fields.rb', line 48350 def LegDeliveryStreamDeliveryContingentPartySide.field return 41436 end |