Class: Quickfix::TradingSessionID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradingSessionID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradingSessionID
constructor
A new instance of TradingSessionID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradingSessionID
Returns a new instance of TradingSessionID.
4257 4258 4259 4260 4261 4262 4263 |
# File 'lib/quickfix_fields.rb', line 4257 def initialize(data = nil) if( data == nil ) super(336) else super(336, data) end end |
Class Method Details
.field ⇒ Object
4254 4255 4256 |
# File 'lib/quickfix_fields.rb', line 4254 def TradingSessionID.field return 336 end |