Class: Quickfix::ComplexEventEndTime

Inherits:
UtcTimeOnlyField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventEndTime

Returns a new instance of ComplexEventEndTime.



4283
4284
4285
4286
4287
4288
4289
# File 'lib/quickfix_fields.rb', line 4283

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

Class Method Details

.fieldObject



4280
4281
4282
# File 'lib/quickfix_fields.rb', line 4280

def ComplexEventEndTime.field
  return 1496
end