Class: Quickfix::UnderlyingStreamLastRegularPeriodEndDateUnadjusted

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

Returns a new instance of UnderlyingStreamLastRegularPeriodEndDateUnadjusted.



34625
34626
34627
34628
34629
34630
34631
# File 'lib/quickfix_fields.rb', line 34625

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

Class Method Details

.fieldObject



34622
34623
34624
# File 'lib/quickfix_fields.rb', line 34622

def UnderlyingStreamLastRegularPeriodEndDateUnadjusted.field
  return 40564
end