Class: Quickfix::LegDeliveryStreamDeliveryRestriction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDeliveryStreamDeliveryRestriction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryRestriction
constructor
A new instance of LegDeliveryStreamDeliveryRestriction.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamDeliveryRestriction
Returns a new instance of LegDeliveryStreamDeliveryRestriction.
48327 48328 48329 48330 48331 48332 48333 |
# File 'lib/quickfix_fields.rb', line 48327 def initialize(data = nil) if( data == nil ) super(41434) else super(41434, data) end end |
Class Method Details
.field ⇒ Object
48324 48325 48326 |
# File 'lib/quickfix_fields.rb', line 48324 def LegDeliveryStreamDeliveryRestriction.field return 41434 end |