Class: Quickfix::UnderlyingMarketDisruptionEvent
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingMarketDisruptionEvent
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMarketDisruptionEvent
constructor
A new instance of UnderlyingMarketDisruptionEvent.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingMarketDisruptionEvent
Returns a new instance of UnderlyingMarketDisruptionEvent.
54528 54529 54530 54531 54532 54533 54534 |
# File 'lib/quickfix_fields.rb', line 54528 def initialize(data = nil) if( data == nil ) super(41865) else super(41865, data) end end |
Class Method Details
.field ⇒ Object
54525 54526 54527 |
# File 'lib/quickfix_fields.rb', line 54525 def UnderlyingMarketDisruptionEvent.field return 41865 end |