Class: Quickfix::UnderlyingPaymentScheduleStubType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentScheduleStubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStubType
constructor
A new instance of UnderlyingPaymentScheduleStubType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStubType
Returns a new instance of UnderlyingPaymentScheduleStubType.
35951 35952 35953 35954 35955 35956 35957 |
# File 'lib/quickfix_fields.rb', line 35951 def initialize(data = nil) if( data == nil ) super(40666) else super(40666, data) end end |
Class Method Details
.field ⇒ Object
35948 35949 35950 |
# File 'lib/quickfix_fields.rb', line 35948 def .field return 40666 end |