Class: Quickfix::LegProvisionBreakFeeRate

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegProvisionBreakFeeRate

Returns a new instance of LegProvisionBreakFeeRate.



67294
67295
67296
67297
67298
67299
67300
# File 'lib/quickfix_fields.rb', line 67294

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

Class Method Details

.fieldObject



67291
67292
67293
# File 'lib/quickfix_fields.rb', line 67291

def LegProvisionBreakFeeRate.field
  return 42507
end