Class: Quickfix::PaymentStubIndexRateSpreadPositionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubIndexRateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndexRateSpreadPositionType
constructor
A new instance of PaymentStubIndexRateSpreadPositionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndexRateSpreadPositionType
Returns a new instance of PaymentStubIndexRateSpreadPositionType.
38785 38786 38787 38788 38789 38790 38791 |
# File 'lib/quickfix_fields.rb', line 38785 def initialize(data = nil) if( data == nil ) super(40884) else super(40884, data) end end |
Class Method Details
.field ⇒ Object
38782 38783 38784 |
# File 'lib/quickfix_fields.rb', line 38782 def PaymentStubIndexRateSpreadPositionType.field return 40884 end |