Class: Quickfix::DeliveryType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DeliveryType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryType
constructor
A new instance of DeliveryType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DeliveryType
Returns a new instance of DeliveryType.
12421 12422 12423 12424 12425 12426 12427 |
# File 'lib/quickfix_fields.rb', line 12421 def initialize(data = nil) if( data == nil ) super(919) else super(919, data) end end |
Class Method Details
.field ⇒ Object
12418 12419 12420 |
# File 'lib/quickfix_fields.rb', line 12418 def DeliveryType.field return 919 end |