Class: Quickfix::DeliveryStreamDeliveryRestriction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DeliveryStreamDeliveryRestriction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryStreamDeliveryRestriction
constructor
A new instance of DeliveryStreamDeliveryRestriction.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DeliveryStreamDeliveryRestriction
Returns a new instance of DeliveryStreamDeliveryRestriction.
41892 41893 41894 41895 41896 41897 41898 |
# File 'lib/quickfix_fields.rb', line 41892 def initialize(data = nil) if( data == nil ) super(41063) else super(41063, data) end end |
Class Method Details
.field ⇒ Object
41889 41890 41891 |
# File 'lib/quickfix_fields.rb', line 41889 def DeliveryStreamDeliveryRestriction.field return 41063 end |