Class: Quickfix::LegComplexEventDateUnadjusted

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



47287
47288
47289
47290
47291
47292
47293
# File 'lib/quickfix_fields.rb', line 47287

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

Class Method Details

.fieldObject



47284
47285
47286
# File 'lib/quickfix_fields.rb', line 47284

def LegComplexEventDateUnadjusted.field
  return 41389
end