Class: Quickfix::OrderInputDevice
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OrderInputDevice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderInputDevice
constructor
A new instance of OrderInputDevice.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OrderInputDevice
Returns a new instance of OrderInputDevice.
11160 11161 11162 11163 11164 11165 11166 |
# File 'lib/quickfix_fields.rb', line 11160 def initialize(data = nil) if( data == nil ) super(821) else super(821, data) end end |
Class Method Details
.field ⇒ Object
11157 11158 11159 |
# File 'lib/quickfix_fields.rb', line 11157 def OrderInputDevice.field return 821 end |