Class: Quickfix::ApplicationSystemVendor
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ApplicationSystemVendor
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplicationSystemVendor
constructor
A new instance of ApplicationSystemVendor.
Constructor Details
#initialize(data = nil) ⇒ ApplicationSystemVendor
Returns a new instance of ApplicationSystemVendor.
22028 22029 22030 22031 22032 22033 22034 |
# File 'lib/quickfix_fields.rb', line 22028 def initialize(data = nil) if( data == nil ) super(1605) else super(1605, data) end end |