Class: Quickfix::UnderlyingCashSettlDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCashSettlDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlDateAdjusted
constructor
A new instance of UnderlyingCashSettlDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlDateAdjusted
Returns a new instance of UnderlyingCashSettlDateAdjusted.
71025 71026 71027 71028 71029 71030 71031 |
# File 'lib/quickfix_fields.rb', line 71025 def initialize(data = nil) if( data == nil ) super(42796) else super(42796, data) end end |
Class Method Details
.field ⇒ Object
71022 71023 71024 |
# File 'lib/quickfix_fields.rb', line 71022 def .field return 42796 end |