Class: Quickfix::UnderlyingCashSettlPriceDefault
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingCashSettlPriceDefault
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlPriceDefault
constructor
A new instance of UnderlyingCashSettlPriceDefault.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlPriceDefault
Returns a new instance of UnderlyingCashSettlPriceDefault.
71051 71052 71053 71054 71055 71056 71057 |
# File 'lib/quickfix_fields.rb', line 71051 def initialize(data = nil) if( data == nil ) super(42798) else super(42798, data) end end |
Class Method Details
.field ⇒ Object
71048 71049 71050 |
# File 'lib/quickfix_fields.rb', line 71048 def .field return 42798 end |