Class: Quickfix::UnderlyingComplexEventPeriodDate

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

Returns a new instance of UnderlyingComplexEventPeriodDate.



52214
52215
52216
52217
52218
52219
52220
# File 'lib/quickfix_fields.rb', line 52214

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

Class Method Details

.fieldObject



52211
52212
52213
# File 'lib/quickfix_fields.rb', line 52211

def UnderlyingComplexEventPeriodDate.field
  return 41727
end