Class: Quickfix::TradingSessionDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradingSessionDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradingSessionDesc
constructor
A new instance of TradingSessionDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradingSessionDesc
Returns a new instance of TradingSessionDesc.
17751 17752 17753 17754 17755 17756 17757 |
# File 'lib/quickfix_fields.rb', line 17751 def initialize(data = nil) if( data == nil ) super(1326) else super(1326, data) end end |
Class Method Details
.field ⇒ Object
17748 17749 17750 |
# File 'lib/quickfix_fields.rb', line 17748 def TradingSessionDesc.field return 1326 end |