Class: Quickfix::MarketDisruptionEvent
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MarketDisruptionEvent
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketDisruptionEvent
constructor
A new instance of MarketDisruptionEvent.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MarketDisruptionEvent
Returns a new instance of MarketDisruptionEvent.
43426 43427 43428 43429 43430 43431 43432 |
# File 'lib/quickfix_fields.rb', line 43426 def initialize(data = nil) if( data == nil ) super(41093) else super(41093, data) end end |
Class Method Details
.field ⇒ Object
43423 43424 43425 |
# File 'lib/quickfix_fields.rb', line 43423 def MarketDisruptionEvent.field return 41093 end |