Class: Quickfix::CashSettlDateBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CashSettlDateBusinessCenter

Returns a new instance of CashSettlDateBusinessCenter.



63316
63317
63318
63319
63320
63321
63322
# File 'lib/quickfix_fields.rb', line 63316

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