Class: Quickfix::SettlDeliveryType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SettlDeliveryType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlDeliveryType
constructor
A new instance of SettlDeliveryType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SettlDeliveryType
Returns a new instance of SettlDeliveryType.
2645 2646 2647 2648 2649 2650 2651 |
# File 'lib/quickfix_fields.rb', line 2645 def initialize(data = nil) if( data == nil ) super(172) else super(172, data) end end |
Class Method Details
.field ⇒ Object
2642 2643 2644 |
# File 'lib/quickfix_fields.rb', line 2642 def SettlDeliveryType.field return 172 end |