Class: Quickfix::TradingSessionSubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradingSessionSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradingSessionSubID
constructor
A new instance of TradingSessionSubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradingSessionSubID
8482 8483 8484 8485 8486 8487 8488 |
# File 'lib/quickfix_fields.rb', line 8482 def initialize(data = nil) if( data == nil ) super(625) else super(625, data) end end |
Class Method Details
.field ⇒ Object
8479 8480 8481 |
# File 'lib/quickfix_fields.rb', line 8479 def TradingSessionSubID.field return 625 end |