Class: Quickfix::CashSettlBusinessDays

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CashSettlBusinessDays

Returns a new instance of CashSettlBusinessDays.



27735
27736
27737
27738
27739
27740
27741
# File 'lib/quickfix_fields.rb', line 27735

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