Class: Quickfix::LegPaymentScheduleStubType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentScheduleStubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleStubType
constructor
A new instance of LegPaymentScheduleStubType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleStubType
Returns a new instance of LegPaymentScheduleStubType.
32181 32182 32183 32184 32185 32186 32187 |
# File 'lib/quickfix_fields.rb', line 32181 def initialize(data = nil) if( data == nil ) super(40376) else super(40376, data) end end |
Class Method Details
.field ⇒ Object
32178 32179 32180 |
# File 'lib/quickfix_fields.rb', line 32178 def LegPaymentScheduleStubType.field return 40376 end |