Class: Quickfix::CashSettlDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashSettlDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlDateAdjusted
constructor
A new instance of CashSettlDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashSettlDateAdjusted
Returns a new instance of CashSettlDateAdjusted.
63290 63291 63292 63293 63294 63295 63296 |
# File 'lib/quickfix_fields.rb', line 63290 def initialize(data = nil) if( data == nil ) super(42213) else super(42213, data) end end |
Class Method Details
.field ⇒ Object
63287 63288 63289 |
# File 'lib/quickfix_fields.rb', line 63287 def CashSettlDateAdjusted.field return 42213 end |