Class: Quickfix::NegotiationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NegotiationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NegotiationMethod
constructor
A new instance of NegotiationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NegotiationMethod
Returns a new instance of NegotiationMethod.
40592 40593 40594 40595 40596 40597 40598 |
# File 'lib/quickfix_fields.rb', line 40592 def initialize(data = nil) if( data == nil ) super(2115) else super(2115, data) end end |
Class Method Details
.field ⇒ Object
40589 40590 40591 |
# File 'lib/quickfix_fields.rb', line 40589 def NegotiationMethod.field return 2115 end |