Class: Quickfix::DefOfferSize

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DefOfferSize

Returns a new instance of DefOfferSize.



12421
12422
12423
12424
12425
12426
12427
# File 'lib/quickfix_fields.rb', line 12421

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

Class Method Details

.fieldObject



12418
12419
12420
# File 'lib/quickfix_fields.rb', line 12418

def DefOfferSize.field
  return 294
end