Class: Quickfix::LegStreamTerminationDateUnadjusted

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

Returns a new instance of LegStreamTerminationDateUnadjusted.



30634
30635
30636
30637
30638
30639
30640
# File 'lib/quickfix_fields.rb', line 30634

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

Class Method Details

.fieldObject



30631
30632
30633
# File 'lib/quickfix_fields.rb', line 30631

def LegStreamTerminationDateUnadjusted.field
  return 40257
end