Class: Quickfix::UnderlyingProvisionBreakFeeElection

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

Returns a new instance of UnderlyingProvisionBreakFeeElection.



73963
73964
73965
73966
73967
73968
73969
# File 'lib/quickfix_fields.rb', line 73963

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

Class Method Details

.fieldObject



73960
73961
73962
# File 'lib/quickfix_fields.rb', line 73960

def UnderlyingProvisionBreakFeeElection.field
  return 43002
end