Class: Quickfix::UnderlyingStreamTerminationDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamTerminationDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamTerminationDateBusinessCenter
constructor
A new instance of UnderlyingStreamTerminationDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamTerminationDateBusinessCenter
Returns a new instance of UnderlyingStreamTerminationDateBusinessCenter.
34443 34444 34445 34446 34447 34448 34449 |
# File 'lib/quickfix_fields.rb', line 34443 def initialize(data = nil) if( data == nil ) super(40550) else super(40550, data) end end |
Class Method Details
.field ⇒ Object
34440 34441 34442 |
# File 'lib/quickfix_fields.rb', line 34440 def .field return 40550 end |