Class: Quickfix::ExpirationCycle

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExpirationCycle

Returns a new instance of ExpirationCycle.



6350
6351
6352
6353
6354
6355
6356
# File 'lib/quickfix_fields.rb', line 6350

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

Class Method Details

.fieldObject



6347
6348
6349
# File 'lib/quickfix_fields.rb', line 6347

def ExpirationCycle.field
  return 827
end