Class: Quickfix::UnderlyingPaymentStreamFRADiscounting
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamFRADiscounting
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFRADiscounting
constructor
A new instance of UnderlyingPaymentStreamFRADiscounting.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFRADiscounting
Returns a new instance of UnderlyingPaymentStreamFRADiscounting.
35704 35705 35706 35707 35708 35709 35710 |
# File 'lib/quickfix_fields.rb', line 35704 def initialize(data = nil) if( data == nil ) super(40647) else super(40647, data) end end |
Class Method Details
.field ⇒ Object
35701 35702 35703 |
# File 'lib/quickfix_fields.rb', line 35701 def .field return 40647 end |