Class: Quickfix::LegStreamTerminationDateAdjusted

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

Returns a new instance of LegStreamTerminationDateAdjusted.



30725
30726
30727
30728
30729
30730
30731
# File 'lib/quickfix_fields.rb', line 30725

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

Class Method Details

.fieldObject



30722
30723
30724
# File 'lib/quickfix_fields.rb', line 30722

def LegStreamTerminationDateAdjusted.field
  return 40264
end