Class: Quickfix::MarketDisruptionValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MarketDisruptionValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketDisruptionValue
constructor
A new instance of MarketDisruptionValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MarketDisruptionValue
Returns a new instance of MarketDisruptionValue.
57973 57974 57975 57976 57977 57978 57979 |
# File 'lib/quickfix_fields.rb', line 57973 def initialize(data = nil) if( data == nil ) super(40991) else super(40991, data) end end |
Class Method Details
.field ⇒ Object
57970 57971 57972 |
# File 'lib/quickfix_fields.rb', line 57970 def MarketDisruptionValue.field return 40991 end |