Class: Quickfix::LegMarketDisruptionEvent
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegMarketDisruptionEvent
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMarketDisruptionEvent
constructor
A new instance of LegMarketDisruptionEvent.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegMarketDisruptionEvent
Returns a new instance of LegMarketDisruptionEvent.
48873 48874 48875 48876 48877 48878 48879 |
# File 'lib/quickfix_fields.rb', line 48873 def initialize(data = nil) if( data == nil ) super(41468) else super(41468, data) end end |
Class Method Details
.field ⇒ Object
48870 48871 48872 |
# File 'lib/quickfix_fields.rb', line 48870 def LegMarketDisruptionEvent.field return 41468 end |