Class: Quickfix::NoAuctionTypeRules

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoAuctionTypeRules

Returns a new instance of NoAuctionTypeRules.



62133
62134
62135
62136
62137
62138
62139
# File 'lib/quickfix_fields.rb', line 62133

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