Class: Quickfix::LegReturnRateFinalPriceFallback
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegReturnRateFinalPriceFallback
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateFinalPriceFallback
constructor
A new instance of LegReturnRateFinalPriceFallback.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateFinalPriceFallback
Returns a new instance of LegReturnRateFinalPriceFallback.
67970 67971 67972 67973 67974 67975 67976 |
# File 'lib/quickfix_fields.rb', line 67970 def initialize(data = nil) if( data == nil ) super(42559) else super(42559, data) end end |
Class Method Details
.field ⇒ Object
67967 67968 67969 |
# File 'lib/quickfix_fields.rb', line 67967 def LegReturnRateFinalPriceFallback.field return 42559 end |