Class: Quickfix::UnderlyingMarketDisruptionValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingMarketDisruptionValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMarketDisruptionValue
constructor
A new instance of UnderlyingMarketDisruptionValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingMarketDisruptionValue
Returns a new instance of UnderlyingMarketDisruptionValue.
58025 58026 58027 58028 58029 58030 58031 |
# File 'lib/quickfix_fields.rb', line 58025 def initialize(data = nil) if( data == nil ) super(41338) else super(41338, data) end end |
Class Method Details
.field ⇒ Object
58022 58023 58024 |
# File 'lib/quickfix_fields.rb', line 58022 def .field return 41338 end |