Class: Quickfix::LegStreamTerminationDateOffsetDayType

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

Returns a new instance of LegStreamTerminationDateOffsetDayType.



30712
30713
30714
30715
30716
30717
30718
# File 'lib/quickfix_fields.rb', line 30712

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

Class Method Details

.fieldObject



30709
30710
30711
# File 'lib/quickfix_fields.rb', line 30709

def LegStreamTerminationDateOffsetDayType.field
  return 40263
end