Class: Quickfix::LegProvisionBreakFeeElection

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

Returns a new instance of LegProvisionBreakFeeElection.



67281
67282
67283
67284
67285
67286
67287
# File 'lib/quickfix_fields.rb', line 67281

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

Class Method Details

.fieldObject



67278
67279
67280
# File 'lib/quickfix_fields.rb', line 67278

def LegProvisionBreakFeeElection.field
  return 42506
end