Class: Quickfix::UnderlyingStreamFirstPeriodStartDateAdjusted

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

Returns a new instance of UnderlyingStreamFirstPeriodStartDateAdjusted.



34586
34587
34588
34589
34590
34591
34592
# File 'lib/quickfix_fields.rb', line 34586

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

Class Method Details

.fieldObject



34583
34584
34585
# File 'lib/quickfix_fields.rb', line 34583

def UnderlyingStreamFirstPeriodStartDateAdjusted.field
  return 40561
end