Class: Quickfix::UnderlyingFutureID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingFutureID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingFutureID
constructor
A new instance of UnderlyingFutureID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingFutureID
Returns a new instance of UnderlyingFutureID.
72312 72313 72314 72315 72316 72317 72318 |
# File 'lib/quickfix_fields.rb', line 72312 def initialize(data = nil) if( data == nil ) super(2620) else super(2620, data) end end |
Class Method Details
.field ⇒ Object
72309 72310 72311 |
# File 'lib/quickfix_fields.rb', line 72309 def UnderlyingFutureID.field return 2620 end |