Class: Quickfix::CashSettlDateOffsetUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



63261
63262
63263
# File 'lib/quickfix_fields.rb', line 63261

def CashSettlDateOffsetUnit.field
  return 42211
end