Class: Quickfix::ApplicationSystemVendor
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ApplicationSystemVendor
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplicationSystemVendor
constructor
A new instance of ApplicationSystemVendor.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
22025 22026 22027 |
# File 'lib/quickfix_fields.rb', line 22025 def ApplicationSystemVendor.field return 1605 end |