Class: Quickfix::RegulatoryTradeIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RegulatoryTradeIDType

Returns a new instance of RegulatoryTradeIDType.



25109
25110
25111
25112
25113
25114
25115
# File 'lib/quickfix_fields.rb', line 25109

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