Class: Quickfix::RegulatoryTransactionType

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

Returns a new instance of RegulatoryTransactionType.



56959
56960
56961
56962
56963
56964
56965
# File 'lib/quickfix_fields.rb', line 56959

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

Class Method Details

.fieldObject



56956
56957
56958
# File 'lib/quickfix_fields.rb', line 56956

def RegulatoryTransactionType.field
  return 2347
end