Class: Quickfix::LegPaymentStreamResetDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamResetDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamResetDateBusinessDayConvention
constructor
A new instance of LegPaymentStreamResetDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamResetDateBusinessDayConvention
Returns a new instance of LegPaymentStreamResetDateBusinessDayConvention.
31245 31246 31247 31248 31249 31250 31251 |
# File 'lib/quickfix_fields.rb', line 31245 def initialize(data = nil) if( data == nil ) super(40304) else super(40304, data) end end |
Class Method Details
.field ⇒ Object
31242 31243 31244 |
# File 'lib/quickfix_fields.rb', line 31242 def LegPaymentStreamResetDateBusinessDayConvention.field return 40304 end |