Class: Quickfix::TradeInputDevice
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradeInputDevice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeInputDevice
constructor
A new instance of TradeInputDevice.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradeInputDevice
Returns a new instance of TradeInputDevice.
7884 7885 7886 7887 7888 7889 7890 |
# File 'lib/quickfix_fields.rb', line 7884 def initialize(data = nil) if( data == nil ) super(579) else super(579, data) end end |
Class Method Details
.field ⇒ Object
7881 7882 7883 |
# File 'lib/quickfix_fields.rb', line 7881 def TradeInputDevice.field return 579 end |