Class: Quickfix::LegStreamEffectiveDateOffsetUnit

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

Returns a new instance of LegStreamEffectiveDateOffsetUnit.



30595
30596
30597
30598
30599
30600
30601
# File 'lib/quickfix_fields.rb', line 30595

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

Class Method Details

.fieldObject



30592
30593
30594
# File 'lib/quickfix_fields.rb', line 30592

def LegStreamEffectiveDateOffsetUnit.field
  return 40254
end