Method: Quickfix::TickRuleType#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ TickRuleType

Returns a new instance of TickRuleType.



14709
14710
14711
14712
14713
14714
14715
# File 'lib/quickfix_fields.rb', line 14709

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