Class: Quickfix::LegPaymentStreamAccrualDays
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamAccrualDays
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamAccrualDays
constructor
A new instance of LegPaymentStreamAccrualDays.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamAccrualDays
Returns a new instance of LegPaymentStreamAccrualDays.
30985 30986 30987 30988 30989 30990 30991 |
# File 'lib/quickfix_fields.rb', line 30985 def initialize(data = nil) if( data == nil ) super(40284) else super(40284, data) end end |
Class Method Details
.field ⇒ Object
30982 30983 30984 |
# File 'lib/quickfix_fields.rb', line 30982 def LegPaymentStreamAccrualDays.field return 40284 end |