Class: Quickfix::PaymentStreamRateCutoffDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamRateCutoffDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateCutoffDateOffsetDayType
constructor
A new instance of PaymentStreamRateCutoffDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateCutoffDateOffsetDayType
Returns a new instance of PaymentStreamRateCutoffDateOffsetDayType.
37472 37473 37474 37475 37476 37477 37478 |
# File 'lib/quickfix_fields.rb', line 37472 def initialize(data = nil) if( data == nil ) super(40783) else super(40783, data) end end |
Class Method Details
.field ⇒ Object
37469 37470 37471 |
# File 'lib/quickfix_fields.rb', line 37469 def PaymentStreamRateCutoffDateOffsetDayType.field return 40783 end |