Class: Quickfix::DeliveryStreamDeliveryPoint
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DeliveryStreamDeliveryPoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryStreamDeliveryPoint
constructor
A new instance of DeliveryStreamDeliveryPoint.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DeliveryStreamDeliveryPoint
Returns a new instance of DeliveryStreamDeliveryPoint.
41879 41880 41881 41882 41883 41884 41885 |
# File 'lib/quickfix_fields.rb', line 41879 def initialize(data = nil) if( data == nil ) super(41062) else super(41062, data) end end |
Class Method Details
.field ⇒ Object
41876 41877 41878 |
# File 'lib/quickfix_fields.rb', line 41876 def DeliveryStreamDeliveryPoint.field return 41062 end |