Class: Quickfix::LegComplexEventPeriodType

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

Returns a new instance of LegComplexEventPeriodType.



47170
47171
47172
47173
47174
47175
47176
# File 'lib/quickfix_fields.rb', line 47170

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

Class Method Details

.fieldObject



47167
47168
47169
# File 'lib/quickfix_fields.rb', line 47167

def LegComplexEventPeriodType.field
  return 41380
end