Class: Quickfix::UnderlyingDeliveryStreamDeliveryRestriction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDeliveryStreamDeliveryRestriction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryRestriction
constructor
A new instance of UnderlyingDeliveryStreamDeliveryRestriction.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamDeliveryRestriction
Returns a new instance of UnderlyingDeliveryStreamDeliveryRestriction.
53228 53229 53230 53231 53232 53233 53234 |
# File 'lib/quickfix_fields.rb', line 53228 def initialize(data = nil) if( data == nil ) super(41782) else super(41782, data) end end |
Class Method Details
.field ⇒ Object
53225 53226 53227 |
# File 'lib/quickfix_fields.rb', line 53225 def .field return 41782 end |