Class: Quickfix::PaymentStreamRateCutoffDateOffsetDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentStreamRateCutoffDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateCutoffDateOffsetDayType
constructor
A new instance of PaymentStreamRateCutoffDateOffsetDayType.
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 |