Class: Quickfix::UnderlyingIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingIDSource
constructor
A new instance of UnderlyingIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingIDSource
Returns a new instance of UnderlyingIDSource.
3854 3855 3856 3857 3858 3859 3860 |
# File 'lib/quickfix_fields.rb', line 3854 def initialize(data = nil) if( data == nil ) super(305) else super(305, data) end end |
Class Method Details
.field ⇒ Object
3851 3852 3853 |
# File 'lib/quickfix_fields.rb', line 3851 def .field return 305 end |