Class: Quickfix::UnderlyingCashSettlValuationFirstBusinessDayOffset
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingCashSettlValuationFirstBusinessDayOffset
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlValuationFirstBusinessDayOffset
constructor
A new instance of UnderlyingCashSettlValuationFirstBusinessDayOffset.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlValuationFirstBusinessDayOffset
Returns a new instance of UnderlyingCashSettlValuationFirstBusinessDayOffset.
58389 58390 58391 58392 58393 58394 58395 |
# File 'lib/quickfix_fields.rb', line 58389 def initialize(data = nil) if( data == nil ) super(42043) else super(42043, data) end end |
Class Method Details
.field ⇒ Object
58386 58387 58388 |
# File 'lib/quickfix_fields.rb', line 58386 def .field return 42043 end |