Class: Quickfix::LegComplexEventDateBusinessDayConvention

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

Returns a new instance of LegComplexEventDateBusinessDayConvention.



47352
47353
47354
47355
47356
47357
47358
# File 'lib/quickfix_fields.rb', line 47352

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

Class Method Details

.fieldObject



47349
47350
47351
# File 'lib/quickfix_fields.rb', line 47349

def LegComplexEventDateBusinessDayConvention.field
  return 41394
end