Class: Quickfix::DeliveryStreamDeliveryPointSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DeliveryStreamDeliveryPointSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryStreamDeliveryPointSource
constructor
A new instance of DeliveryStreamDeliveryPointSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DeliveryStreamDeliveryPointSource
Returns a new instance of DeliveryStreamDeliveryPointSource.
57024 57025 57026 57027 57028 57029 57030 |
# File 'lib/quickfix_fields.rb', line 57024 def initialize(data = nil) if( data == nil ) super(42192) else super(42192, data) end end |
Class Method Details
.field ⇒ Object
57021 57022 57023 |
# File 'lib/quickfix_fields.rb', line 57021 def DeliveryStreamDeliveryPointSource.field return 42192 end |