Class: Quickfix::DividendPeriodXID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DividendPeriodXID

Returns a new instance of DividendPeriodXID.



64369
64370
64371
64372
64373
64374
64375
# File 'lib/quickfix_fields.rb', line 64369

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

Class Method Details

.fieldObject



64366
64367
64368
# File 'lib/quickfix_fields.rb', line 64366

def DividendPeriodXID.field
  return 42293
end