Class: Quickfix::LegMarketDisruptionFallbackUnderlierSecurityIDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegMarketDisruptionFallbackUnderlierSecurityIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMarketDisruptionFallbackUnderlierSecurityIDSource
constructor
A new instance of LegMarketDisruptionFallbackUnderlierSecurityIDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegMarketDisruptionFallbackUnderlierSecurityIDSource
Returns a new instance of LegMarketDisruptionFallbackUnderlierSecurityIDSource.
48951 48952 48953 48954 48955 48956 48957 |
# File 'lib/quickfix_fields.rb', line 48951 def initialize(data = nil) if( data == nil ) super(41474) else super(41474, data) end end |
Class Method Details
.field ⇒ Object
48948 48949 48950 |
# File 'lib/quickfix_fields.rb', line 48948 def LegMarketDisruptionFallbackUnderlierSecurityIDSource.field return 41474 end |