Class: Quickfix::CstmApplVerID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CstmApplVerID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CstmApplVerID
constructor
A new instance of CstmApplVerID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CstmApplVerID
Returns a new instance of CstmApplVerID.
747 748 749 750 751 752 753 |
# File 'lib/quickfix_fields.rb', line 747 def initialize(data = nil) if( data == nil ) super(1129) else super(1129, data) end end |
Class Method Details
.field ⇒ Object
744 745 746 |
# File 'lib/quickfix_fields.rb', line 744 def CstmApplVerID.field return 1129 end |