Class: Quickfix::UnderlyingCashSettlValuationMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingCashSettlValuationMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlValuationMethod
constructor
A new instance of UnderlyingCashSettlValuationMethod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlValuationMethod
Returns a new instance of UnderlyingCashSettlValuationMethod.
58584 58585 58586 58587 58588 58589 58590 |
# File 'lib/quickfix_fields.rb', line 58584 def initialize(data = nil) if( data == nil ) super(42058) else super(42058, data) end end |