Class: Quickfix::LegStreamFirstPeriodStartDateAdjusted

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

Returns a new instance of LegStreamFirstPeriodStartDateAdjusted.



30803
30804
30805
30806
30807
30808
30809
# File 'lib/quickfix_fields.rb', line 30803

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

Class Method Details

.fieldObject



30800
30801
30802
# File 'lib/quickfix_fields.rb', line 30800

def LegStreamFirstPeriodStartDateAdjusted.field
  return 40270
end