Class: Quickfix::LegBusinessDayConvention

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

Returns a new instance of LegBusinessDayConvention.



39279
39280
39281
39282
39283
39284
39285
# File 'lib/quickfix_fields.rb', line 39279

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

Class Method Details

.fieldObject



39276
39277
39278
# File 'lib/quickfix_fields.rb', line 39276

def LegBusinessDayConvention.field
  return 40925
end