Class: Quickfix::CashSettlDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CashSettlDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlDateOffsetPeriod
constructor
A new instance of CashSettlDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CashSettlDateOffsetPeriod
Returns a new instance of CashSettlDateOffsetPeriod.
63251 63252 63253 63254 63255 63256 63257 |
# File 'lib/quickfix_fields.rb', line 63251 def initialize(data = nil) if( data == nil ) super(42210) else super(42210, data) end end |
Class Method Details
.field ⇒ Object
63248 63249 63250 |
# File 'lib/quickfix_fields.rb', line 63248 def CashSettlDateOffsetPeriod.field return 42210 end |