Class: Quickfix::CashSettlValuationSubsequentBusinessDaysOffset
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CashSettlValuationSubsequentBusinessDaysOffset
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlValuationSubsequentBusinessDaysOffset
constructor
A new instance of CashSettlValuationSubsequentBusinessDaysOffset.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CashSettlValuationSubsequentBusinessDaysOffset
Returns a new instance of CashSettlValuationSubsequentBusinessDaysOffset.
27605 27606 27607 27608 27609 27610 27611 |
# File 'lib/quickfix_fields.rb', line 27605 def initialize(data = nil) if( data == nil ) super(40916) else super(40916, data) end end |
Class Method Details
.field ⇒ Object
27602 27603 27604 |
# File 'lib/quickfix_fields.rb', line 27602 def CashSettlValuationSubsequentBusinessDaysOffset.field return 40916 end |