Class: Quickfix::LegPaymentStreamRateCutoffDateOffsetPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStreamRateCutoffDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateCutoffDateOffsetPeriod
constructor
A new instance of LegPaymentStreamRateCutoffDateOffsetPeriod.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateCutoffDateOffsetPeriod
Returns a new instance of LegPaymentStreamRateCutoffDateOffsetPeriod.
31492 31493 31494 31495 31496 31497 31498 |
# File 'lib/quickfix_fields.rb', line 31492 def initialize(data = nil) if( data == nil ) super(40323) else super(40323, data) end end |