Class: Quickfix::NoAuctionTypeRules
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoAuctionTypeRules
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoAuctionTypeRules
constructor
A new instance of NoAuctionTypeRules.
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 |