Class: Quickfix::ApplicationSystemVersion
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ApplicationSystemVersion
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplicationSystemVersion
constructor
A new instance of ApplicationSystemVersion.
Constructor Details
#initialize(data = nil) ⇒ ApplicationSystemVersion
Returns a new instance of 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 |