Class: Quickfix::ApplExtID
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ApplExtID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplExtID
constructor
A new instance of ApplExtID.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ApplExtID
Returns a new instance of ApplExtID.
799 800 801 802 803 804 805 |
# File 'lib/quickfix_fields.rb', line 799 def initialize(data = nil) if( data == nil ) super(1156) else super(1156, data) end end |
Class Method Details
.field ⇒ Object
796 797 798 |
# File 'lib/quickfix_fields.rb', line 796 def ApplExtID.field return 1156 end |