Class: Quickfix::DefaultApplVerID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DefaultApplVerID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DefaultApplVerID
constructor
A new instance of DefaultApplVerID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DefaultApplVerID
Returns a new instance of DefaultApplVerID.
786 787 788 789 790 791 792 |
# File 'lib/quickfix_fields.rb', line 786 def initialize(data = nil) if( data == nil ) super(1137) else super(1137, data) end end |
Class Method Details
.field ⇒ Object
783 784 785 |
# File 'lib/quickfix_fields.rb', line 783 def DefaultApplVerID.field return 1137 end |