Class: Quickfix::CashSettlDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashSettlDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlDateOffsetUnit
constructor
A new instance of CashSettlDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashSettlDateOffsetUnit
Returns a new instance of CashSettlDateOffsetUnit.
63264 63265 63266 63267 63268 63269 63270 |
# File 'lib/quickfix_fields.rb', line 63264 def initialize(data = nil) if( data == nil ) super(42211) else super(42211, data) end end |
Class Method Details
.field ⇒ Object
63261 63262 63263 |
# File 'lib/quickfix_fields.rb', line 63261 def CashSettlDateOffsetUnit.field return 42211 end |