Method: Quickfix::SecurityGroup#initialize
- Defined in:
- lib/quickfix_fields.rb
#initialize(data = nil) ⇒ SecurityGroup
Returns a new instance of SecurityGroup.
12681 12682 12683 12684 12685 12686 12687 |
# File 'lib/quickfix_fields.rb', line 12681 def initialize(data = nil) if( data == nil ) super(1151) else super(1151, data) end end |