Class: Quickfix::ProvisionCashSettlValueDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProvisionCashSettlValueDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlValueDateOffsetDayType
constructor
A new instance of ProvisionCashSettlValueDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlValueDateOffsetDayType
28879 28880 28881 28882 28883 28884 28885 |
# File 'lib/quickfix_fields.rb', line 28879 def initialize(data = nil) if( data == nil ) super(40121) else super(40121, data) end end |
Class Method Details
.field ⇒ Object
28876 28877 28878 |
# File 'lib/quickfix_fields.rb', line 28876 def ProvisionCashSettlValueDateOffsetDayType.field return 40121 end |