Class: Quickfix::LegStreamEffectiveDateOffsetDayType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegStreamEffectiveDateOffsetDayType

Returns a new instance of LegStreamEffectiveDateOffsetDayType.



30608
30609
30610
30611
30612
30613
30614
# File 'lib/quickfix_fields.rb', line 30608

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

Class Method Details

.fieldObject



30605
30606
30607
# File 'lib/quickfix_fields.rb', line 30605

def LegStreamEffectiveDateOffsetDayType.field
  return 40255
end