Class: Quickfix::NoUnderlyingDeliveryStreamCycles
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingDeliveryStreamCycles
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingDeliveryStreamCycles
constructor
A new instance of NoUnderlyingDeliveryStreamCycles.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingDeliveryStreamCycles
Returns a new instance of NoUnderlyingDeliveryStreamCycles.
53527 53528 53529 53530 53531 53532 53533 |
# File 'lib/quickfix_fields.rb', line 53527 def initialize(data = nil) if( data == nil ) super(41804) else super(41804, data) end end |
Class Method Details
.field ⇒ Object
53524 53525 53526 |
# File 'lib/quickfix_fields.rb', line 53524 def NoUnderlyingDeliveryStreamCycles.field return 41804 end |