Class: Quickfix::UnderlyingCashSettlDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingCashSettlDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlDateRelativeTo
constructor
A new instance of UnderlyingCashSettlDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlDateRelativeTo
70973 70974 70975 70976 70977 70978 70979 |
# File 'lib/quickfix_fields.rb', line 70973 def initialize(data = nil) if( data == nil ) super(42792) else super(42792, data) end end |
Class Method Details
.field ⇒ Object
70970 70971 70972 |
# File 'lib/quickfix_fields.rb', line 70970 def .field return 42792 end |