Class: Quickfix::InterestAccrualDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InterestAccrualDate

Returns a new instance of InterestAccrualDate.



8235
8236
8237
8238
8239
8240
8241
# File 'lib/quickfix_fields.rb', line 8235

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

Class Method Details

.fieldObject



8232
8233
8234
# File 'lib/quickfix_fields.rb', line 8232

def InterestAccrualDate.field
  return 874
end