Class: Quickfix::DeliveryStreamDeliverAtSourceIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::DeliveryStreamDeliverAtSourceIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryStreamDeliverAtSourceIndicator
constructor
A new instance of DeliveryStreamDeliverAtSourceIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ DeliveryStreamDeliverAtSourceIndicator
Returns a new instance of DeliveryStreamDeliverAtSourceIndicator.
41931 41932 41933 41934 41935 41936 41937 |
# File 'lib/quickfix_fields.rb', line 41931 def initialize(data = nil) if( data == nil ) super(41066) else super(41066, data) end end |
Class Method Details
.field ⇒ Object
41928 41929 41930 |
# File 'lib/quickfix_fields.rb', line 41928 def DeliveryStreamDeliverAtSourceIndicator.field return 41066 end |