Class: Quickfix::SettlSessSubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlSessSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlSessSubID
constructor
A new instance of SettlSessSubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlSessSubID
9834 9835 9836 9837 9838 9839 9840 |
# File 'lib/quickfix_fields.rb', line 9834 def initialize(data = nil) if( data == nil ) super(717) else super(717, data) end end |
Class Method Details
.field ⇒ Object
9831 9832 9833 |
# File 'lib/quickfix_fields.rb', line 9831 def SettlSessSubID.field return 717 end |