Class: Quickfix::UnderlyingSettlPriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingSettlPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlPriceType
constructor
A new instance of UnderlyingSettlPriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlPriceType
Returns a new instance of UnderlyingSettlPriceType.
10042 10043 10044 10045 10046 10047 10048 |
# File 'lib/quickfix_fields.rb', line 10042 def initialize(data = nil) if( data == nil ) super(733) else super(733, data) end end |
Class Method Details
.field ⇒ Object
10039 10040 10041 |
# File 'lib/quickfix_fields.rb', line 10039 def .field return 733 end |