Class: Quickfix::LegGoverningLaw

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

Returns a new instance of LegGoverningLaw.



61444
61445
61446
61447
61448
61449
61450
# File 'lib/quickfix_fields.rb', line 61444

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

Class Method Details

.fieldObject



61441
61442
61443
# File 'lib/quickfix_fields.rb', line 61441

def LegGoverningLaw.field
  return 2507
end