Class: Quickfix::LegStreamTerminationDateOffsetPeriod

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

Returns a new instance of LegStreamTerminationDateOffsetPeriod.



30686
30687
30688
30689
30690
30691
30692
# File 'lib/quickfix_fields.rb', line 30686

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

Class Method Details

.fieldObject



30683
30684
30685
# File 'lib/quickfix_fields.rb', line 30683

def LegStreamTerminationDateOffsetPeriod.field
  return 40261
end