Class: Quickfix::RegulatoryTradeID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RegulatoryTradeID

Returns a new instance of RegulatoryTradeID.



25070
25071
25072
25073
25074
25075
25076
# File 'lib/quickfix_fields.rb', line 25070

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

Class Method Details

.fieldObject



25067
25068
25069
# File 'lib/quickfix_fields.rb', line 25067

def RegulatoryTradeID.field
  return 1903
end