Class: Quickfix::TradeInputSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradeInputSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeInputSource
constructor
A new instance of TradeInputSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradeInputSource
Returns a new instance of TradeInputSource.
7871 7872 7873 7874 7875 7876 7877 |
# File 'lib/quickfix_fields.rb', line 7871 def initialize(data = nil) if( data == nil ) super(578) else super(578, data) end end |
Class Method Details
.field ⇒ Object
7868 7869 7870 |
# File 'lib/quickfix_fields.rb', line 7868 def TradeInputSource.field return 578 end |