Class: Quickfix::ExDestinationType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ExDestinationType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExDestinationType
constructor
A new instance of ExDestinationType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ExDestinationType
Returns a new instance of ExDestinationType.
75692 75693 75694 75695 75696 75697 75698 |
# File 'lib/quickfix_fields.rb', line 75692 def initialize(data = nil) if( data == nil ) super(2704) else super(2704, data) end end |
Class Method Details
.field ⇒ Object
75689 75690 75691 |
# File 'lib/quickfix_fields.rb', line 75689 def ExDestinationType.field return 2704 end |