Class: Quickfix::RegulatoryTradeIDEvent

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

Returns a new instance of RegulatoryTradeIDEvent.



25083
25084
25085
25086
25087
25088
25089
# File 'lib/quickfix_fields.rb', line 25083

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

Class Method Details

.fieldObject



25080
25081
25082
# File 'lib/quickfix_fields.rb', line 25080

def RegulatoryTradeIDEvent.field
  return 1904
end