Class: Quickfix::CashSettlDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashSettlDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlDateUnadjusted
constructor
A new instance of CashSettlDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashSettlDateUnadjusted
Returns a new instance of CashSettlDateUnadjusted.
63212 63213 63214 63215 63216 63217 63218 |
# File 'lib/quickfix_fields.rb', line 63212 def initialize(data = nil) if( data == nil ) super(42207) else super(42207, data) end end |
Class Method Details
.field ⇒ Object
63209 63210 63211 |
# File 'lib/quickfix_fields.rb', line 63209 def CashSettlDateUnadjusted.field return 42207 end |