Class: Quickfix::DeliveryForm
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DeliveryForm
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryForm
constructor
A new instance of DeliveryForm.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DeliveryForm
Returns a new instance of DeliveryForm.
9210 9211 9212 9213 9214 9215 9216 |
# File 'lib/quickfix_fields.rb', line 9210 def initialize(data = nil) if( data == nil ) super(668) else super(668, data) end end |
Class Method Details
.field ⇒ Object
9207 9208 9209 |
# File 'lib/quickfix_fields.rb', line 9207 def DeliveryForm.field return 668 end |