Class: Quickfix::NoAuctionTypeRules

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

Class Method Details

.fieldObject



62130
62131
62132
# File 'lib/quickfix_fields.rb', line 62130

def NoAuctionTypeRules.field
  return 2548
end