Class: Quickfix::UnderlyingCashSettlValuationSubsequentBusinessDaysOffset
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingCashSettlValuationSubsequentBusinessDaysOffset
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlValuationSubsequentBusinessDaysOffset
constructor
A new instance of UnderlyingCashSettlValuationSubsequentBusinessDaysOffset.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlValuationSubsequentBusinessDaysOffset
Returns a new instance of UnderlyingCashSettlValuationSubsequentBusinessDaysOffset.
58402 58403 58404 58405 58406 58407 58408 |
# File 'lib/quickfix_fields.rb', line 58402 def initialize(data = nil) if( data == nil ) super(42044) else super(42044, data) end end |
Class Method Details
.field ⇒ Object
58399 58400 58401 |
# File 'lib/quickfix_fields.rb', line 58399 def .field return 42044 end |