Class: Quickfix::RegulatoryLegRefID

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

Returns a new instance of RegulatoryLegRefID.



57648
57649
57650
57651
57652
57653
57654
# File 'lib/quickfix_fields.rb', line 57648

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

Class Method Details

.fieldObject



57645
57646
57647
# File 'lib/quickfix_fields.rb', line 57645

def RegulatoryLegRefID.field
  return 2411
end