Class: Quickfix::NoLegMarketDisruptionFallbackReferencePrices
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegMarketDisruptionFallbackReferencePrices
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegMarketDisruptionFallbackReferencePrices
constructor
A new instance of NoLegMarketDisruptionFallbackReferencePrices.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegMarketDisruptionFallbackReferencePrices
Returns a new instance of NoLegMarketDisruptionFallbackReferencePrices.
48912 48913 48914 48915 48916 48917 48918 |
# File 'lib/quickfix_fields.rb', line 48912 def initialize(data = nil) if( data == nil ) super(41471) else super(41471, data) end end |
Class Method Details
.field ⇒ Object
48909 48910 48911 |
# File 'lib/quickfix_fields.rb', line 48909 def NoLegMarketDisruptionFallbackReferencePrices.field return 41471 end |