Class: Quickfix::CashSettlValuationFirstBusinessDayOffset
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CashSettlValuationFirstBusinessDayOffset
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlValuationFirstBusinessDayOffset
constructor
A new instance of CashSettlValuationFirstBusinessDayOffset.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CashSettlValuationFirstBusinessDayOffset
Returns a new instance of CashSettlValuationFirstBusinessDayOffset.
27592 27593 27594 27595 27596 27597 27598 |
# File 'lib/quickfix_fields.rb', line 27592 def initialize(data = nil) if( data == nil ) super(40024) else super(40024, data) end end |
Class Method Details
.field ⇒ Object
27589 27590 27591 |
# File 'lib/quickfix_fields.rb', line 27589 def CashSettlValuationFirstBusinessDayOffset.field return 40024 end |