Class: Quickfix::PaymentScheduleFixingDayNumber
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentScheduleFixingDayNumber
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleFixingDayNumber
constructor
A new instance of PaymentScheduleFixingDayNumber.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleFixingDayNumber
Returns a new instance of PaymentScheduleFixingDayNumber.
44362 44363 44364 44365 44366 44367 44368 |
# File 'lib/quickfix_fields.rb', line 44362 def initialize(data = nil) if( data == nil ) super(41163) else super(41163, data) end end |
Class Method Details
.field ⇒ Object
44359 44360 44361 |
# File 'lib/quickfix_fields.rb', line 44359 def PaymentScheduleFixingDayNumber.field return 41163 end |