Class: Quickfix::DerivativeStateOrProvinceOfIssue

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

Returns a new instance of DerivativeStateOrProvinceOfIssue.



16724
16725
16726
16727
16728
16729
16730
# File 'lib/quickfix_fields.rb', line 16724

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

Class Method Details

.fieldObject



16721
16722
16723
# File 'lib/quickfix_fields.rb', line 16721

def DerivativeStateOrProvinceOfIssue.field
  return 1259
end