Class: Quickfix::NoPaymentScheduleFixingDays
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPaymentScheduleFixingDays
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentScheduleFixingDays
constructor
A new instance of NoPaymentScheduleFixingDays.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPaymentScheduleFixingDays
Returns a new instance of NoPaymentScheduleFixingDays.
44336 44337 44338 44339 44340 44341 44342 |
# File 'lib/quickfix_fields.rb', line 44336 def initialize(data = nil) if( data == nil ) super(41161) else super(41161, data) end end |
Class Method Details
.field ⇒ Object
44333 44334 44335 |
# File 'lib/quickfix_fields.rb', line 44333 def NoPaymentScheduleFixingDays.field return 41161 end |