Class: Quickfix::ApplVerID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ApplVerID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplVerID
constructor
A new instance of ApplVerID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ApplVerID
Returns a new instance of ApplVerID.
734 735 736 737 738 739 740 |
# File 'lib/quickfix_fields.rb', line 734 def initialize(data = nil) if( data == nil ) super(1128) else super(1128, data) end end |
Class Method Details
.field ⇒ Object
731 732 733 |
# File 'lib/quickfix_fields.rb', line 731 def ApplVerID.field return 1128 end |