Class: Quickfix::UnderlyingPaymentStreamNonDeliverableSettlRateSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentStreamNonDeliverableSettlRateSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamNonDeliverableSettlRateSource
constructor
A new instance of UnderlyingPaymentStreamNonDeliverableSettlRateSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamNonDeliverableSettlRateSource
Returns a new instance of UnderlyingPaymentStreamNonDeliverableSettlRateSource.
35886 35887 35888 35889 35890 35891 35892 |
# File 'lib/quickfix_fields.rb', line 35886 def initialize(data = nil) if( data == nil ) super(40661) else super(40661, data) end end |