Class: Quickfix::CashSettlDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CashSettlDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlDateOffsetDayType
constructor
A new instance of CashSettlDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CashSettlDateOffsetDayType
Returns a new instance of CashSettlDateOffsetDayType.
63277 63278 63279 63280 63281 63282 63283 |
# File 'lib/quickfix_fields.rb', line 63277 def initialize(data = nil) if( data == nil ) super(42212) else super(42212, data) end end |
Class Method Details
.field ⇒ Object
63274 63275 63276 |
# File 'lib/quickfix_fields.rb', line 63274 def CashSettlDateOffsetDayType.field return 42212 end |