Class: Quickfix::ApplicationSystemVersion
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ApplicationSystemVersion
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplicationSystemVersion
constructor
A new instance of ApplicationSystemVersion.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ApplicationSystemVersion
22015 22016 22017 22018 22019 22020 22021 |
# File 'lib/quickfix_fields.rb', line 22015 def initialize(data = nil) if( data == nil ) super(1604) else super(1604, data) end end |
Class Method Details
.field ⇒ Object
22012 22013 22014 |
# File 'lib/quickfix_fields.rb', line 22012 def ApplicationSystemVersion.field return 1604 end |