Class: Quickfix::MarketDisruptionFallbackValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MarketDisruptionFallbackValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarketDisruptionFallbackValue
constructor
A new instance of MarketDisruptionFallbackValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MarketDisruptionFallbackValue
Returns a new instance of MarketDisruptionFallbackValue.
57986 57987 57988 57989 57990 57991 57992 |
# File 'lib/quickfix_fields.rb', line 57986 def initialize(data = nil) if( data == nil ) super(40992) else super(40992, data) end end |
Class Method Details
.field ⇒ Object
57983 57984 57985 |
# File 'lib/quickfix_fields.rb', line 57983 def MarketDisruptionFallbackValue.field return 40992 end |