Class: Quickfix::LegPaymentStreamRateCutoffDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamRateCutoffDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateCutoffDateOffsetDayType
constructor
A new instance of LegPaymentStreamRateCutoffDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateCutoffDateOffsetDayType
Returns a new instance of LegPaymentStreamRateCutoffDateOffsetDayType.
31518 31519 31520 31521 31522 31523 31524 |
# File 'lib/quickfix_fields.rb', line 31518 def initialize(data = nil) if( data == nil ) super(40325) else super(40325, data) end end |
Class Method Details
.field ⇒ Object
31515 31516 31517 |
# File 'lib/quickfix_fields.rb', line 31515 def LegPaymentStreamRateCutoffDateOffsetDayType.field return 40325 end |