Class: Quickfix::UnderlyingID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingID
constructor
A new instance of UnderlyingID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingID
Returns a new instance of UnderlyingID.
78019 78020 78021 78022 78023 78024 78025 |
# File 'lib/quickfix_fields.rb', line 78019 def initialize(data = nil) if( data == nil ) super(2874) else super(2874, data) end end |
Class Method Details
.field ⇒ Object
78016 78017 78018 |
# File 'lib/quickfix_fields.rb', line 78016 def .field return 2874 end |