Class: Quickfix::LegMarketDisruptionFallbackValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegMarketDisruptionFallbackValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMarketDisruptionFallbackValue
constructor
A new instance of LegMarketDisruptionFallbackValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegMarketDisruptionFallbackValue
Returns a new instance of LegMarketDisruptionFallbackValue.
57960 57961 57962 57963 57964 57965 57966 |
# File 'lib/quickfix_fields.rb', line 57960 def initialize(data = nil) if( data == nil ) super(40990) else super(40990, data) end end |
Class Method Details
.field ⇒ Object
57957 57958 57959 |
# File 'lib/quickfix_fields.rb', line 57957 def LegMarketDisruptionFallbackValue.field return 40990 end |