Class: Quickfix::LegCashSettlValuationSubsequentBusinessDaysOffset
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegCashSettlValuationSubsequentBusinessDaysOffset
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlValuationSubsequentBusinessDaysOffset
constructor
A new instance of LegCashSettlValuationSubsequentBusinessDaysOffset.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlValuationSubsequentBusinessDaysOffset
Returns a new instance of LegCashSettlValuationSubsequentBusinessDaysOffset.
46741 46742 46743 46744 46745 46746 46747 |
# File 'lib/quickfix_fields.rb', line 46741 def initialize(data = nil) if( data == nil ) super(41347) else super(41347, data) end end |
Class Method Details
.field ⇒ Object
46738 46739 46740 |
# File 'lib/quickfix_fields.rb', line 46738 def LegCashSettlValuationSubsequentBusinessDaysOffset.field return 41347 end |