Class: Quickfix::NoUnderlyingComplexEventSchedules

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingComplexEventSchedules

Returns a new instance of NoUnderlyingComplexEventSchedules.



52812
52813
52814
52815
52816
52817
52818
# File 'lib/quickfix_fields.rb', line 52812

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

Class Method Details

.fieldObject



52809
52810
52811
# File 'lib/quickfix_fields.rb', line 52809

def NoUnderlyingComplexEventSchedules.field
  return 41750
end