Class: Quickfix::LegCashSettlDateOffsetUnit

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) ⇒ LegCashSettlDateOffsetUnit

Returns a new instance of LegCashSettlDateOffsetUnit.



64603
64604
64605
64606
64607
64608
64609
# File 'lib/quickfix_fields.rb', line 64603

def initialize(data = nil)
  if( data == nil )
    super(42303)
  else
    super(42303, data)
  end
end

Class Method Details

.fieldObject



64600
64601
64602
# File 'lib/quickfix_fields.rb', line 64600

def LegCashSettlDateOffsetUnit.field
  return 42303
end