Class: Quickfix::FillYield

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FillYield

Returns a new instance of FillYield.



19935
19936
19937
19938
19939
19940
19941
# File 'lib/quickfix_fields.rb', line 19935

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