Class: Quickfix::SellerDays

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

Class Method Details

.fieldObject



3617
3618
3619
# File 'lib/quickfix_fields.rb', line 3617

def SellerDays.field
  return 287
end