Class: Quickfix::ProvisionBreakFeeElection

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

Returns a new instance of ProvisionBreakFeeElection.



69855
69856
69857
69858
69859
69860
69861
# File 'lib/quickfix_fields.rb', line 69855

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

Class Method Details

.fieldObject



69852
69853
69854
# File 'lib/quickfix_fields.rb', line 69852

def ProvisionBreakFeeElection.field
  return 42707
end