Class: Quickfix::TargetSubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TargetSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetSubID
constructor
A new instance of TargetSubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TargetSubID
Returns a new instance of TargetSubID.
188 189 190 191 192 193 194 |
# File 'lib/quickfix_fields.rb', line 188 def initialize(data = nil) if( data == nil ) super(57) else super(57, data) end end |
Class Method Details
.field ⇒ Object
185 186 187 |
# File 'lib/quickfix_fields.rb', line 185 def TargetSubID.field return 57 end |