Class: Quickfix::SellerDays

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SellerDays



3620
3621
3622
3623
3624
3625
3626
# File 'lib/quickfix_fields.rb', line 3620

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