Class: Quickfix::NoPaymentStreamFixingDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPaymentStreamFixingDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentStreamFixingDates
constructor
A new instance of NoPaymentStreamFixingDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPaymentStreamFixingDates
Returns a new instance of NoPaymentStreamFixingDates.
69244 69245 69246 69247 69248 69249 69250 |
# File 'lib/quickfix_fields.rb', line 69244 def initialize(data = nil) if( data == nil ) super(42660) else super(42660, data) end end |
Class Method Details
.field ⇒ Object
69241 69242 69243 |
# File 'lib/quickfix_fields.rb', line 69241 def NoPaymentStreamFixingDates.field return 42660 end |