Class: Quickfix::UnderlyingPaymentStreamNonDeliverableSettlRateSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamNonDeliverableSettlRateSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamNonDeliverableSettlRateSource
constructor
A new instance of UnderlyingPaymentStreamNonDeliverableSettlRateSource.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
35883 35884 35885 |
# File 'lib/quickfix_fields.rb', line 35883 def .field return 40661 end |