Class: Quickfix::LegMarketDisruptionValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegMarketDisruptionValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMarketDisruptionValue
constructor
A new instance of LegMarketDisruptionValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegMarketDisruptionValue
Returns a new instance of LegMarketDisruptionValue.
57947 57948 57949 57950 57951 57952 57953 |
# File 'lib/quickfix_fields.rb', line 57947 def initialize(data = nil) if( data == nil ) super(40223) else super(40223, data) end end |
Class Method Details
.field ⇒ Object
57944 57945 57946 |
# File 'lib/quickfix_fields.rb', line 57944 def LegMarketDisruptionValue.field return 40223 end |